Html Css Color HEX #EEAB4D Casablanca

📋 copy color: '#EEAB4D'

red 238 ◦ green 171 ◦ blue 77

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

Shades of Casablanca #EEAB4D

Tints of Casablanca #EEAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 77 (30.47% from 255) = 15.84%

R = 48.97%
G = 35.19%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEAB4D (or 0xEEAB4D) is known color: Casablanca. HEX triplet: EE, AB and 4D. RGB value is (238,171,77). Sum of RGB (Red+Green+Blue) = 238+171+77=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAB4D is #1154B2. Grayscale: #B4B4B4. Windows color (decimal): -1135795 or 5090286. OLE color: 5090286.

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

Color convert

RGB 238 171 77 -
CMYK 0 0.28 0.68 0.07
HSL 35.03º 0.83% 0.62% -
HSV(B) 35.03º 0.68% 0.93% -
XYZ 51.16 47.84 13.56 -
YUV 180.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 238 171 77 0 0.28 0.68 0.07 35.03 0.83 0.62
Hex EE AB 4D 0 1C 44 7 23 53 3E
Octal 356 253 115 0 34 104 7 43 123 76
Binary 11101110 10101011 1001101 0 11100 1000100 111 100011 1010011 111110

Color Harmonies of #EEAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB4D

Black with #EEAB4D

Text Example


Text Example

White with #EEAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB4D; }

 p { color: rgb(238,171,77); }

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

background-color css

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

 a { background-color: rgb(238,171,77); }

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

border-color css

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

 span { border-color: rgb(238,171,77); }

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