Html Css Color HEX #EAB05E Casablanca

📋 copy color: '#EAB05E'

red 234 ◦ green 176 ◦ blue 94

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

Shades of Casablanca #EAB05E

Tints of Casablanca #EAB05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.65%

R = 46.43%
G = 34.92%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB05E (or 0xEAB05E) is known color: Casablanca. HEX triplet: EA, B0 and 5E. RGB value is (234,176,94). Sum of RGB (Red+Green+Blue) = 234+176+94=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB05E is #154FA1. Grayscale: #B8B8B8. Windows color (decimal): -1396642 or 6205674. OLE color: 6205674.

HSL color Cylindrical-coordinate representation of color #EAB05E: hue angle of 35.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB05E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 94 -
CMYK 0 0.25 0.60 0.08
HSL 35.14º 0.77% 0.64% -
HSV(B) 35.14º 0.6% 0.92% -
XYZ 51.48 49.35 17.4 -
YUV 183.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 234 176 94 0 0.25 0.60 0.08 35.14 0.77 0.64
Hex EA B0 5E 0 19 3C 8 23 4D 40
Octal 352 260 136 0 31 74 10 43 115 100
Binary 11101010 10110000 1011110 0 11001 111100 1000 100011 1001101 1000000

Color Harmonies of #EAB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB05E

Black with #EAB05E

Text Example


Text Example

White with #EAB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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