Html Css Color HEX #EEB34C Casablanca

📋 copy color: '#EEB34C'

red 238 ◦ green 179 ◦ blue 76

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

Shades of Casablanca #EEB34C

Tints of Casablanca #EEB34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 48.28%
G = 36.31%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEB34C (or 0xEEB34C) is known color: Casablanca. HEX triplet: EE, B3 and 4C. RGB value is (238,179,76). Sum of RGB (Red+Green+Blue) = 238+179+76=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB34C is #114CB3. Grayscale: #B9B9B9. Windows color (decimal): -1133748 or 5026798. OLE color: 5026798.

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

Color convert

RGB 238 179 76 -
CMYK 0 0.25 0.68 0.07
HSL 38.15º 0.83% 0.62% -
HSV(B) 38.15º 0.68% 0.93% -
XYZ 52.68 50.94 13.89 -
YUV 184.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 238 179 76 0 0.25 0.68 0.07 38.15 0.83 0.62
Hex EE B3 4C 0 19 44 7 26 53 3E
Octal 356 263 114 0 31 104 7 46 123 76
Binary 11101110 10110011 1001100 0 11001 1000100 111 100110 1010011 111110

Color Harmonies of #EEB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB34C

Black with #EEB34C

Text Example


Text Example

White with #EEB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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