Html Css Color HEX #EEB24D Casablanca

📋 copy color: '#EEB24D'

red 238 ◦ green 178 ◦ blue 77

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

Shades of Casablanca #EEB24D

Tints of Casablanca #EEB24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 48.28%
G = 36.11%
B = 15.62%

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

#EEB24D (or 0xEEB24D) is known color: Casablanca. HEX triplet: EE, B2 and 4D. RGB value is (238,178,77). Sum of RGB (Red+Green+Blue) = 238+178+77=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB24D is #114DB2. Grayscale: #B8B8B8. Windows color (decimal): -1134003 or 5092078. OLE color: 5092078.

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

Color convert

RGB 238 178 77 -
CMYK 0 0.25 0.68 0.07
HSL 37.64º 0.83% 0.62% -
HSV(B) 37.64º 0.68% 0.93% -
XYZ 52.52 50.55 14.01 -
YUV 184.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 238 178 77 0 0.25 0.68 0.07 37.64 0.83 0.62
Hex EE B2 4D 0 19 44 7 26 53 3E
Octal 356 262 115 0 31 104 7 46 123 76
Binary 11101110 10110010 1001101 0 11001 1000100 111 100110 1010011 111110

Color Harmonies of #EEB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB24D

Black with #EEB24D

Text Example


Text Example

White with #EEB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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