Html Css Color HEX #EEA848 Casablanca

📋 copy color: '#EEA848'

red 238 ◦ green 168 ◦ blue 72

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

Shades of Casablanca #EEA848

Tints of Casablanca #EEA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

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

R = 49.79%
G = 35.15%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEA848 (or 0xEEA848) is known color: Casablanca. HEX triplet: EE, A8 and 48. RGB value is (238,168,72). Sum of RGB (Red+Green+Blue) = 238+168+72=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA848 is #1157B7. Grayscale: #B2B2B2. Windows color (decimal): -1136568 or 4761838. OLE color: 4761838.

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

Color convert

RGB 238 168 72 -
CMYK 0 0.29 0.70 0.07
HSL 34.7º 0.83% 0.61% -
HSV(B) 34.7º 0.7% 0.93% -
XYZ 50.43 46.65 12.48 -
YUV 177.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 238 168 72 0 0.29 0.70 0.07 34.7 0.83 0.61
Hex EE A8 48 0 1D 46 7 23 53 3D
Octal 356 250 110 0 35 106 7 43 123 75
Binary 11101110 10101000 1001000 0 11101 1000110 111 100011 1010011 111101

Color Harmonies of #EEA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA848

Black with #EEA848

Text Example


Text Example

White with #EEA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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