Html Css Color HEX #EEB05D Casablanca

📋 copy color: '#EEB05D'

red 238 ◦ green 176 ◦ blue 93

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

Shades of Casablanca #EEB05D

Tints of Casablanca #EEB05D

RGB

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

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

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

R = 46.94%
G = 34.71%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEB05D (or 0xEEB05D) is known color: Casablanca. HEX triplet: EE, B0 and 5D. RGB value is (238,176,93). Sum of RGB (Red+Green+Blue) = 238+176+93=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB05D is #114FA2. Grayscale: #B9B9B9. Windows color (decimal): -1134499 or 6140142. OLE color: 6140142.

HSL color Cylindrical-coordinate representation of color #EEB05D: hue angle of 34.34º 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 #EEB05D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 93 -
CMYK 0 0.26 0.61 0.07
HSL 34.34º 0.81% 0.65% -
HSV(B) 34.34º 0.61% 0.93% -
XYZ 52.76 50.02 17.23 -
YUV 185.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 238 176 93 0 0.26 0.61 0.07 34.34 0.81 0.65
Hex EE B0 5D 0 1A 3D 7 22 51 41
Octal 356 260 135 0 32 75 7 42 121 101
Binary 11101110 10110000 1011101 0 11010 111101 111 100010 1010001 1000001

Color Harmonies of #EEB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB05D

Black with #EEB05D

Text Example


Text Example

White with #EEB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB05D; }

 p { color: rgb(238,176,93); }

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

background-color css

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

 a { background-color: rgb(238,176,93); }

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

border-color css

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

 span { border-color: rgb(238,176,93); }

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