Html Css Color HEX #EAB25A Casablanca

📋 copy color: '#EAB25A'

red 234 ◦ green 178 ◦ blue 90

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

Shades of Casablanca #EAB25A

Tints of Casablanca #EAB25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.93%

R = 46.61%
G = 35.46%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAB25A (or 0xEAB25A) is known color: Casablanca. HEX triplet: EA, B2 and 5A. RGB value is (234,178,90). Sum of RGB (Red+Green+Blue) = 234+178+90=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB25A is #154DA5. Grayscale: #B9B9B9. Windows color (decimal): -1396134 or 5944042. OLE color: 5944042.

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

Color convert

RGB 234 178 90 -
CMYK 0 0.24 0.62 0.08
HSL 36.67º 0.77% 0.64% -
HSV(B) 36.67º 0.62% 0.92% -
XYZ 51.7 50.07 16.61 -
YUV 184.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 234 178 90 0 0.24 0.62 0.08 36.67 0.77 0.64
Hex EA B2 5A 0 18 3E 8 25 4D 40
Octal 352 262 132 0 30 76 10 45 115 100
Binary 11101010 10110010 1011010 0 11000 111110 1000 100101 1001101 1000000

Color Harmonies of #EAB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB25A

Black with #EAB25A

Text Example


Text Example

White with #EAB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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