Html Css Color HEX #EEB458 Casablanca

📋 copy color: '#EEB458'

red 238 ◦ green 180 ◦ blue 88

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

Shades of Casablanca #EEB458

Tints of Casablanca #EEB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 47.04%
G = 35.57%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EEB458 (or 0xEEB458) is known color: Casablanca. HEX triplet: EE, B4 and 58. RGB value is (238,180,88). Sum of RGB (Red+Green+Blue) = 238+180+88=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB458 is #114BA7. Grayscale: #BBBBBB. Windows color (decimal): -1133480 or 5813486. OLE color: 5813486.

HSL color Cylindrical-coordinate representation of color #EEB458: hue angle of 36.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEB458 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 88 -
CMYK 0 0.24 0.63 0.07
HSL 36.8º 0.82% 0.64% -
HSV(B) 36.8º 0.63% 0.93% -
XYZ 53.34 51.52 16.37 -
YUV 186.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 238 180 88 0 0.24 0.63 0.07 36.8 0.82 0.64
Hex EE B4 58 0 18 3F 7 25 52 40
Octal 356 264 130 0 30 77 7 45 122 100
Binary 11101110 10110100 1011000 0 11000 111111 111 100101 1010010 1000000

Color Harmonies of #EEB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB458

Black with #EEB458

Text Example


Text Example

White with #EEB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB458; }

 p { color: rgb(238,180,88); }

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

background-color css

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

 a { background-color: rgb(238,180,88); }

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

border-color css

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

 span { border-color: rgb(238,180,88); }

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