Html Css Color HEX #EEB24F Casablanca

📋 copy color: '#EEB24F'

red 238 ◦ green 178 ◦ blue 79

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

Shades of Casablanca #EEB24F

Tints of Casablanca #EEB24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.96%

R = 48.08%
G = 35.96%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EEB24F (or 0xEEB24F) is known color: Casablanca. HEX triplet: EE, B2 and 4F. RGB value is (238,178,79). Sum of RGB (Red+Green+Blue) = 238+178+79=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB24F is #114DB0. Grayscale: #B9B9B9. Windows color (decimal): -1134001 or 5223150. OLE color: 5223150.

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

Color convert

RGB 238 178 79 -
CMYK 0 0.25 0.67 0.07
HSL 37.36º 0.82% 0.62% -
HSV(B) 37.36º 0.67% 0.93% -
XYZ 52.59 50.58 14.39 -
YUV 184.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 238 178 79 0 0.25 0.67 0.07 37.36 0.82 0.62
Hex EE B2 4F 0 19 43 7 25 52 3E
Octal 356 262 117 0 31 103 7 45 122 76
Binary 11101110 10110010 1001111 0 11001 1000011 111 100101 1010010 111110

Color Harmonies of #EEB24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB24F

Black with #EEB24F

Text Example


Text Example

White with #EEB24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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