Html Css Color HEX #EDAA4C Casablanca

📋 copy color: '#EDAA4C'

red 237 ◦ green 170 ◦ blue 76

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

Shades of Casablanca #EDAA4C

Tints of Casablanca #EDAA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

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

R = 49.07%
G = 35.2%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDAA4C (or 0xEDAA4C) is known color: Casablanca. HEX triplet: ED, AA and 4C. RGB value is (237,170,76). Sum of RGB (Red+Green+Blue) = 237+170+76=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA4C is #1255B3. Grayscale: #B3B3B3. Windows color (decimal): -1201588 or 5024493. OLE color: 5024493.

HSL color Cylindrical-coordinate representation of color #EDAA4C: hue angle of 35.03º 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 #EDAA4C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 76 -
CMYK 0 0.28 0.68 0.07
HSL 35.03º 0.82% 0.61% -
HSV(B) 35.03º 0.68% 0.93% -
XYZ 50.6 47.28 13.3 -
YUV 179.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 237 170 76 0 0.28 0.68 0.07 35.03 0.82 0.61
Hex ED AA 4C 0 1C 44 7 23 52 3D
Octal 355 252 114 0 34 104 7 43 122 75
Binary 11101101 10101010 1001100 0 11100 1000100 111 100011 1010010 111101

Color Harmonies of #EDAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA4C

Black with #EDAA4C

Text Example


Text Example

White with #EDAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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