Html Css Color HEX #EEB85C Casablanca

📋 copy color: '#EEB85C'

red 238 ◦ green 184 ◦ blue 92

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

Shades of Casablanca #EEB85C

Tints of Casablanca #EEB85C

RGB

 RED value IS 238 (93.36% from 255) = 46.3%

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 92 (36.33% from 255) = 17.9%

R = 46.3%
G = 35.8%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEB85C (or 0xEEB85C) is known color: Casablanca. HEX triplet: EE, B8 and 5C. RGB value is (238,184,92). Sum of RGB (Red+Green+Blue) = 238+184+92=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB85C is #1147A3. Grayscale: #BEBEBE. Windows color (decimal): -1132452 or 6076654. OLE color: 6076654.

HSL color Cylindrical-coordinate representation of color #EEB85C: hue angle of 37.81º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEB85C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 184 92 -
CMYK 0 0.23 0.61 0.07
HSL 37.81º 0.81% 0.65% -
HSV(B) 37.81º 0.61% 0.93% -
XYZ 54.33 53.23 17.54 -
YUV 189.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 238 184 92 0 0.23 0.61 0.07 37.81 0.81 0.65
Hex EE B8 5C 0 17 3D 7 26 51 41
Octal 356 270 134 0 27 75 7 46 121 101
Binary 11101110 10111000 1011100 0 10111 111101 111 100110 1010001 1000001

Color Harmonies of #EEB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB85C

Black with #EEB85C

Text Example


Text Example

White with #EEB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB85C; }

 p { color: rgb(238,184,92); }

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

background-color css

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

 a { background-color: rgb(238,184,92); }

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

border-color css

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

 span { border-color: rgb(238,184,92); }

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