Html Css Color HEX #EEB347 Casablanca

📋 copy color: '#EEB347'

red 238 ◦ green 179 ◦ blue 71

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

Shades of Casablanca #EEB347

Tints of Casablanca #EEB347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 71 (28.13% from 255) = 14.55%

R = 48.77%
G = 36.68%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEB347 (or 0xEEB347) is known color: Casablanca. HEX triplet: EE, B3 and 47. RGB value is (238,179,71). Sum of RGB (Red+Green+Blue) = 238+179+71=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB347 is #114CB8. Grayscale: #B8B8B8. Windows color (decimal): -1133753 or 4699118. OLE color: 4699118.

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

Color convert

RGB 238 179 71 -
CMYK 0 0.25 0.70 0.07
HSL 38.8º 0.83% 0.61% -
HSV(B) 38.8º 0.7% 0.93% -
XYZ 52.52 50.87 13.01 -
YUV 184.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 238 179 71 0 0.25 0.70 0.07 38.8 0.83 0.61
Hex EE B3 47 0 19 46 7 27 53 3D
Octal 356 263 107 0 31 106 7 47 123 75
Binary 11101110 10110011 1000111 0 11001 1000110 111 100111 1010011 111101

Color Harmonies of #EEB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB347

Black with #EEB347

Text Example


Text Example

White with #EEB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB347; }

 p { color: rgb(238,179,71); }

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

background-color css

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

 a { background-color: rgb(238,179,71); }

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

border-color css

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

 span { border-color: rgb(238,179,71); }

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