Html Css Color HEX #EAB251 Casablanca

📋 copy color: '#EAB251'

red 234 ◦ green 178 ◦ blue 81

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

Shades of Casablanca #EAB251

Tints of Casablanca #EAB251

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 81 (32.03% from 255) = 16.43%

R = 47.46%
G = 36.11%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB251 (or 0xEAB251) is known color: Casablanca. HEX triplet: EA, B2 and 51. RGB value is (234,178,81). Sum of RGB (Red+Green+Blue) = 234+178+81=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB251 is #154DAE. Grayscale: #B8B8B8. Windows color (decimal): -1396143 or 5354218. OLE color: 5354218.

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

Color convert

RGB 234 178 81 -
CMYK 0 0.24 0.65 0.08
HSL 38.04º 0.78% 0.62% -
HSV(B) 38.04º 0.65% 0.92% -
XYZ 51.34 49.93 14.72 -
YUV 183.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 234 178 81 0 0.24 0.65 0.08 38.04 0.78 0.62
Hex EA B2 51 0 18 41 8 26 4E 3E
Octal 352 262 121 0 30 101 10 46 116 76
Binary 11101010 10110010 1010001 0 11000 1000001 1000 100110 1001110 111110

Color Harmonies of #EAB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB251

Black with #EAB251

Text Example


Text Example

White with #EAB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB251; }

 p { color: rgb(234,178,81); }

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

background-color css

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

 a { background-color: rgb(234,178,81); }

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

border-color css

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

 span { border-color: rgb(234,178,81); }

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