Html Css Color HEX #EEA748 Casablanca

📋 copy color: '#EEA748'

red 238 ◦ green 167 ◦ blue 72

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

Shades of Casablanca #EEA748

Tints of Casablanca #EEA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

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

R = 49.9%
G = 35.01%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEA748 (or 0xEEA748) is known color: Casablanca. HEX triplet: EE, A7 and 48. RGB value is (238,167,72). Sum of RGB (Red+Green+Blue) = 238+167+72=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA748 is #1158B7. Grayscale: #B1B1B1. Windows color (decimal): -1136824 or 4761582. OLE color: 4761582.

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

Color convert

RGB 238 167 72 -
CMYK 0 0.30 0.70 0.07
HSL 34.34º 0.83% 0.61% -
HSV(B) 34.34º 0.7% 0.93% -
XYZ 50.25 46.28 12.42 -
YUV 177.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 238 167 72 0 0.30 0.70 0.07 34.34 0.83 0.61
Hex EE A7 48 0 1E 46 7 22 53 3D
Octal 356 247 110 0 36 106 7 42 123 75
Binary 11101110 10100111 1001000 0 11110 1000110 111 100010 1010011 111101

Color Harmonies of #EEA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA748

Black with #EEA748

Text Example


Text Example

White with #EEA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA748; }

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

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

background-color css

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

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

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

border-color css

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

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

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