Html Css Color HEX #EDAB4A Casablanca

📋 copy color: '#EDAB4A'

red 237 ◦ green 171 ◦ blue 74

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

Shades of Casablanca #EDAB4A

Tints of Casablanca #EDAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 49.17%
G = 35.48%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDAB4A (or 0xEDAB4A) is known color: Casablanca. HEX triplet: ED, AB and 4A. RGB value is (237,171,74). Sum of RGB (Red+Green+Blue) = 237+171+74=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB4A is #1254B5. Grayscale: #B4B4B4. Windows color (decimal): -1201334 or 4893677. OLE color: 4893677.

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

Color convert

RGB 237 171 74 -
CMYK 0 0.28 0.69 0.07
HSL 35.71º 0.82% 0.61% -
HSV(B) 35.71º 0.69% 0.93% -
XYZ 50.72 47.62 13 -
YUV 179.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 237 171 74 0 0.28 0.69 0.07 35.71 0.82 0.61
Hex ED AB 4A 0 1C 45 7 24 52 3D
Octal 355 253 112 0 34 105 7 44 122 75
Binary 11101101 10101011 1001010 0 11100 1000101 111 100100 1010010 111101

Color Harmonies of #EDAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB4A

Black with #EDAB4A

Text Example


Text Example

White with #EDAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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