Html Css Color HEX #EAB04C Casablanca

📋 copy color: '#EAB04C'

red 234 ◦ green 176 ◦ blue 76

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

Shades of Casablanca #EAB04C

Tints of Casablanca #EAB04C

RGB

 RED value IS 234 (91.8% from 255) = 48.15%

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 48.15%
G = 36.21%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB04C (or 0xEAB04C) is known color: Casablanca. HEX triplet: EA, B0 and 4C. RGB value is (234,176,76). Sum of RGB (Red+Green+Blue) = 234+176+76=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB04C is #154FB3. Grayscale: #B6B6B6. Windows color (decimal): -1396660 or 5026026. OLE color: 5026026.

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

Color convert

RGB 234 176 76 -
CMYK 0 0.25 0.68 0.08
HSL 37.97º 0.79% 0.61% -
HSV(B) 37.97º 0.68% 0.92% -
XYZ 50.76 49.06 13.63 -
YUV 181.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 234 176 76 0 0.25 0.68 0.08 37.97 0.79 0.61
Hex EA B0 4C 0 19 44 8 26 4F 3D
Octal 352 260 114 0 31 104 10 46 117 75
Binary 11101010 10110000 1001100 0 11001 1000100 1000 100110 1001111 111101

Color Harmonies of #EAB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB04C

Black with #EAB04C

Text Example


Text Example

White with #EAB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB04C; }

 p { color: rgb(234,176,76); }

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

background-color css

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

 a { background-color: rgb(234,176,76); }

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

border-color css

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

 span { border-color: rgb(234,176,76); }

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