Html Css Color HEX #EEB24B Casablanca

📋 copy color: '#EEB24B'

red 238 ◦ green 178 ◦ blue 75

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

Shades of Casablanca #EEB24B

Tints of Casablanca #EEB24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.27%

R = 48.47%
G = 36.25%
B = 15.27%

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

#EEB24B (or 0xEEB24B) is known color: Casablanca. HEX triplet: EE, B2 and 4B. RGB value is (238,178,75). Sum of RGB (Red+Green+Blue) = 238+178+75=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB24B is #114DB4. Grayscale: #B8B8B8. Windows color (decimal): -1134005 or 4961006. OLE color: 4961006.

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

Color convert

RGB 238 178 75 -
CMYK 0 0.25 0.68 0.07
HSL 37.91º 0.83% 0.61% -
HSV(B) 37.91º 0.68% 0.93% -
XYZ 52.45 50.53 13.64 -
YUV 184.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 238 178 75 0 0.25 0.68 0.07 37.91 0.83 0.61
Hex EE B2 4B 0 19 44 7 26 53 3D
Octal 356 262 113 0 31 104 7 46 123 75
Binary 11101110 10110010 1001011 0 11001 1000100 111 100110 1010011 111101

Color Harmonies of #EEB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB24B

Black with #EEB24B

Text Example


Text Example

White with #EEB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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