Html Css Color HEX #EAB45D Casablanca

📋 copy color: '#EAB45D'

red 234 ◦ green 180 ◦ blue 93

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

Shades of Casablanca #EAB45D

Tints of Casablanca #EAB45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 46.15%
G = 35.5%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB45D (or 0xEAB45D) is known color: Casablanca. HEX triplet: EA, B4 and 5D. RGB value is (234,180,93). Sum of RGB (Red+Green+Blue) = 234+180+93=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB45D is #154BA2. Grayscale: #BABABA. Windows color (decimal): -1395619 or 6141162. OLE color: 6141162.

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

Color convert

RGB 234 180 93 -
CMYK 0 0.23 0.60 0.08
HSL 37.02º 0.77% 0.64% -
HSV(B) 37.02º 0.6% 0.92% -
XYZ 52.23 50.93 17.43 -
YUV 186.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 234 180 93 0 0.23 0.60 0.08 37.02 0.77 0.64
Hex EA B4 5D 0 17 3C 8 25 4D 40
Octal 352 264 135 0 27 74 10 45 115 100
Binary 11101010 10110100 1011101 0 10111 111100 1000 100101 1001101 1000000

Color Harmonies of #EAB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB45D

Black with #EAB45D

Text Example


Text Example

White with #EAB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB45D; }

 p { color: rgb(234,180,93); }

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

background-color css

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

 a { background-color: rgb(234,180,93); }

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

border-color css

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

 span { border-color: rgb(234,180,93); }

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