Html Css Color HEX #EEB246 Casablanca

📋 copy color: '#EEB246'

red 238 ◦ green 178 ◦ blue 70

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

Shades of Casablanca #EEB246

Tints of Casablanca #EEB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 48.97%
G = 36.63%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEB246 (or 0xEEB246) is known color: Casablanca. HEX triplet: EE, B2 and 46. RGB value is (238,178,70). Sum of RGB (Red+Green+Blue) = 238+178+70=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB246 is #114DB9. Grayscale: #B8B8B8. Windows color (decimal): -1134010 or 4633326. OLE color: 4633326.

HSL color Cylindrical-coordinate representation of color #EEB246: hue angle of 38.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB246 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 70 -
CMYK 0 0.25 0.71 0.07
HSL 38.57º 0.83% 0.6% -
HSV(B) 38.57º 0.71% 0.93% -
XYZ 52.29 50.46 12.78 -
YUV 183.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 238 178 70 0 0.25 0.71 0.07 38.57 0.83 0.6
Hex EE B2 46 0 19 47 7 27 53 3C
Octal 356 262 106 0 31 107 7 47 123 74
Binary 11101110 10110010 1000110 0 11001 1000111 111 100111 1010011 111100

Color Harmonies of #EEB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB246

Black with #EEB246

Text Example


Text Example

White with #EEB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB246; }

 p { color: rgb(238,178,70); }

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

background-color css

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

 a { background-color: rgb(238,178,70); }

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

border-color css

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

 span { border-color: rgb(238,178,70); }

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