Html Css Color HEX #EEB14C Casablanca

📋 copy color: '#EEB14C'

red 238 ◦ green 177 ◦ blue 76

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

Shades of Casablanca #EEB14C

Tints of Casablanca #EEB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 48.47%
G = 36.05%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEB14C (or 0xEEB14C) is known color: Casablanca. HEX triplet: EE, B1 and 4C. RGB value is (238,177,76). Sum of RGB (Red+Green+Blue) = 238+177+76=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB14C is #114EB3. Grayscale: #B8B8B8. Windows color (decimal): -1134260 or 5026286. OLE color: 5026286.

HSL color Cylindrical-coordinate representation of color #EEB14C: hue angle of 37.41º 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 #EEB14C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 177 76 -
CMYK 0 0.26 0.68 0.07
HSL 37.41º 0.83% 0.62% -
HSV(B) 37.41º 0.68% 0.93% -
XYZ 52.29 50.14 13.76 -
YUV 183.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 238 177 76 0 0.26 0.68 0.07 37.41 0.83 0.62
Hex EE B1 4C 0 1A 44 7 25 53 3E
Octal 356 261 114 0 32 104 7 45 123 76
Binary 11101110 10110001 1001100 0 11010 1000100 111 100101 1010011 111110

Color Harmonies of #EEB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB14C

Black with #EEB14C

Text Example


Text Example

White with #EEB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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