Html Css Color HEX #EEB656 Casablanca

📋 copy color: '#EEB656'

red 238 ◦ green 182 ◦ blue 86

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

Shades of Casablanca #EEB656

Tints of Casablanca #EEB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 47.04%
G = 35.97%
B = 17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEB656 (or 0xEEB656) is known color: Casablanca. HEX triplet: EE, B6 and 56. RGB value is (238,182,86). Sum of RGB (Red+Green+Blue) = 238+182+86=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB656 is #1149A9. Grayscale: #BCBCBC. Windows color (decimal): -1132970 or 5682926. OLE color: 5682926.

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

Color convert

RGB 238 182 86 -
CMYK 0 0.24 0.64 0.07
HSL 37.89º 0.82% 0.64% -
HSV(B) 37.89º 0.64% 0.93% -
XYZ 53.67 52.3 16.07 -
YUV 187.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 238 182 86 0 0.24 0.64 0.07 37.89 0.82 0.64
Hex EE B6 56 0 18 40 7 26 52 40
Octal 356 266 126 0 30 100 7 46 122 100
Binary 11101110 10110110 1010110 0 11000 1000000 111 100110 1010010 1000000

Color Harmonies of #EEB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB656

Black with #EEB656

Text Example


Text Example

White with #EEB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB656; }

 p { color: rgb(238,182,86); }

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

background-color css

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

 a { background-color: rgb(238,182,86); }

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

border-color css

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

 span { border-color: rgb(238,182,86); }

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