Html Css Color HEX #EEB04B Casablanca

📋 copy color: '#EEB04B'

red 238 ◦ green 176 ◦ blue 75

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

Shades of Casablanca #EEB04B

Tints of Casablanca #EEB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

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

R = 48.67%
G = 35.99%
B = 15.34%

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

#EEB04B (or 0xEEB04B) is known color: Casablanca. HEX triplet: EE, B0 and 4B. RGB value is (238,176,75). Sum of RGB (Red+Green+Blue) = 238+176+75=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB04B is #114FB4. Grayscale: #B7B7B7. Windows color (decimal): -1134517 or 4960494. OLE color: 4960494.

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

Color convert

RGB 238 176 75 -
CMYK 0 0.26 0.68 0.07
HSL 37.18º 0.83% 0.61% -
HSV(B) 37.18º 0.68% 0.93% -
XYZ 52.06 49.74 13.51 -
YUV 183.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 238 176 75 0 0.26 0.68 0.07 37.18 0.83 0.61
Hex EE B0 4B 0 1A 44 7 25 53 3D
Octal 356 260 113 0 32 104 7 45 123 75
Binary 11101110 10110000 1001011 0 11010 1000100 111 100101 1010011 111101

Color Harmonies of #EEB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB04B

Black with #EEB04B

Text Example


Text Example

White with #EEB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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