Html Css Color HEX #EAB14E Casablanca

📋 copy color: '#EAB14E'

red 234 ◦ green 177 ◦ blue 78

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

Shades of Casablanca #EAB14E

Tints of Casablanca #EAB14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 47.85%
G = 36.2%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAB14E (or 0xEAB14E) is known color: Casablanca. HEX triplet: EA, B1 and 4E. RGB value is (234,177,78). Sum of RGB (Red+Green+Blue) = 234+177+78=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB14E is #154EB1. Grayscale: #B7B7B7. Windows color (decimal): -1396402 or 5157354. OLE color: 5157354.

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

Color convert

RGB 234 177 78 -
CMYK 0 0.24 0.67 0.08
HSL 38.08º 0.79% 0.61% -
HSV(B) 38.08º 0.67% 0.92% -
XYZ 51.03 49.49 14.07 -
YUV 182.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 234 177 78 0 0.24 0.67 0.08 38.08 0.79 0.61
Hex EA B1 4E 0 18 43 8 26 4F 3D
Octal 352 261 116 0 30 103 10 46 117 75
Binary 11101010 10110001 1001110 0 11000 1000011 1000 100110 1001111 111101

Color Harmonies of #EAB14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB14E

Black with #EAB14E

Text Example


Text Example

White with #EAB14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB14E; }

 p { color: rgb(234,177,78); }

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

background-color css

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

 a { background-color: rgb(234,177,78); }

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

border-color css

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

 span { border-color: rgb(234,177,78); }

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