Html Css Color HEX #EAB14D Casablanca

📋 copy color: '#EAB14D'

red 234 ◦ green 177 ◦ blue 77

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

Shades of Casablanca #EAB14D

Tints of Casablanca #EAB14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.78%

R = 47.95%
G = 36.27%
B = 15.78%

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

#EAB14D (or 0xEAB14D) is known color: Casablanca. HEX triplet: EA, B1 and 4D. RGB value is (234,177,77). Sum of RGB (Red+Green+Blue) = 234+177+77=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB14D is #154EB2. Grayscale: #B7B7B7. Windows color (decimal): -1396403 or 5091818. OLE color: 5091818.

HSL color Cylindrical-coordinate representation of color #EAB14D: hue angle of 38.22º 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 #EAB14D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 77 -
CMYK 0 0.24 0.67 0.08
HSL 38.22º 0.79% 0.61% -
HSV(B) 38.22º 0.67% 0.92% -
XYZ 50.99 49.47 13.88 -
YUV 182.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 234 177 77 0 0.24 0.67 0.08 38.22 0.79 0.61
Hex EA B1 4D 0 18 43 8 26 4F 3D
Octal 352 261 115 0 30 103 10 46 117 75
Binary 11101010 10110001 1001101 0 11000 1000011 1000 100110 1001111 111101

Color Harmonies of #EAB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB14D

Black with #EAB14D

Text Example


Text Example

White with #EAB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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