Html Css Color HEX #EDB14C Casablanca

📋 copy color: '#EDB14C'

red 237 ◦ green 177 ◦ blue 76

#EDB14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EDB14C

Tints of Casablanca #EDB14C

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 48.37%
G = 36.12%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDB14C (or 0xEDB14C) is known color: Casablanca. HEX triplet: ED, B1 and 4C. RGB value is (237,177,76). Sum of RGB (Red+Green+Blue) = 237+177+76=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB14C is #124EB3. Grayscale: #B7B7B7. Windows color (decimal): -1199796 or 5026285. OLE color: 5026285.

HSL color Cylindrical-coordinate representation of color #EDB14C: hue angle of 37.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB14C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 76 -
CMYK 0 0.25 0.68 0.07
HSL 37.64º 0.82% 0.61% -
HSV(B) 37.64º 0.68% 0.93% -
XYZ 51.95 49.97 13.74 -
YUV 183.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 237 177 76 0 0.25 0.68 0.07 37.64 0.82 0.61
Hex ED B1 4C 0 19 44 7 26 52 3D
Octal 355 261 114 0 31 104 7 46 122 75
Binary 11101101 10110001 1001100 0 11001 1000100 111 100110 1010010 111101

Color Harmonies of #EDB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB14C

Black with #EDB14C

Text Example


Text Example

White with #EDB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB14C; }

 p { color: rgb(237,177,76); }

 H1.HeaderClassName
 {
   color: #EDB14C;
 }
 .AnyTagClassName
 {
   color: #EDB14C;
 }
</style>

background-color css

<style>
 a { background-color: #EDB14C; }

 a { background-color: rgb(237,177,76); }

 div.DivClassName
 {
   background-color: #EDB14C;
 }
 .BgClassName
 {
   background-color: #EDB14C;
 }
</style>

border-color css

<style>
 span { border-color: #EDB14C; }

 span { border-color: rgb(237,177,76); }

 td.TdClassName
 {
   border-color: #EDB14C;
 }
 .TagClassName
 {
   border-color: #EDB14C;
 }
</style>