Html Css Color HEX #EDAB4C Casablanca

📋 copy color: '#EDAB4C'

red 237 ◦ green 171 ◦ blue 76

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

Shades of Casablanca #EDAB4C

Tints of Casablanca #EDAB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 48.97%
G = 35.33%
B = 15.7%

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

#EDAB4C (or 0xEDAB4C) is known color: Casablanca. HEX triplet: ED, AB and 4C. RGB value is (237,171,76). Sum of RGB (Red+Green+Blue) = 237+171+76=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB4C is #1254B3. Grayscale: #B4B4B4. Windows color (decimal): -1201332 or 5024749. OLE color: 5024749.

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

Color convert

RGB 237 171 76 -
CMYK 0 0.28 0.68 0.07
HSL 35.4º 0.82% 0.61% -
HSV(B) 35.4º 0.68% 0.93% -
XYZ 50.79 47.65 13.36 -
YUV 179.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 237 171 76 0 0.28 0.68 0.07 35.4 0.82 0.61
Hex ED AB 4C 0 1C 44 7 23 52 3D
Octal 355 253 114 0 34 104 7 43 122 75
Binary 11101101 10101011 1001100 0 11100 1000100 111 100011 1010010 111101

Color Harmonies of #EDAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB4C

Black with #EDAB4C

Text Example


Text Example

White with #EDAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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