Html Css Color HEX #EEB148 Casablanca

📋 copy color: '#EEB148'

red 238 ◦ green 177 ◦ blue 72

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

Shades of Casablanca #EEB148

Tints of Casablanca #EEB148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 48.87%
G = 36.34%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEB148 (or 0xEEB148) is known color: Casablanca. HEX triplet: EE, B1 and 48. RGB value is (238,177,72). Sum of RGB (Red+Green+Blue) = 238+177+72=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB148 is #114EB7. Grayscale: #B7B7B7. Windows color (decimal): -1134264 or 4764142. OLE color: 4764142.

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

Color convert

RGB 238 177 72 -
CMYK 0 0.26 0.70 0.07
HSL 37.95º 0.83% 0.61% -
HSV(B) 37.95º 0.7% 0.93% -
XYZ 52.15 50.09 13.05 -
YUV 183.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 238 177 72 0 0.26 0.70 0.07 37.95 0.83 0.61
Hex EE B1 48 0 1A 46 7 26 53 3D
Octal 356 261 110 0 32 106 7 46 123 75
Binary 11101110 10110001 1001000 0 11010 1000110 111 100110 1010011 111101

Color Harmonies of #EEB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB148

Black with #EEB148

Text Example


Text Example

White with #EEB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB148; }

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

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

background-color css

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

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

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

border-color css

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

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

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