Html Css Color HEX #EEAF4D Casablanca

📋 copy color: '#EEAF4D'

red 238 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #EEAF4D

Tints of Casablanca #EEAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

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

R = 48.57%
G = 35.71%
B = 15.71%

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

#EEAF4D (or 0xEEAF4D) is known color: Casablanca. HEX triplet: EE, AF and 4D. RGB value is (238,175,77). Sum of RGB (Red+Green+Blue) = 238+175+77=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF4D is #1150B2. Grayscale: #B7B7B7. Windows color (decimal): -1134771 or 5091310. OLE color: 5091310.

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

Color convert

RGB 238 175 77 -
CMYK 0 0.26 0.68 0.07
HSL 36.52º 0.83% 0.62% -
HSV(B) 36.52º 0.68% 0.93% -
XYZ 51.93 49.37 13.81 -
YUV 182.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 238 175 77 0 0.26 0.68 0.07 36.52 0.83 0.62
Hex EE AF 4D 0 1A 44 7 25 53 3E
Octal 356 257 115 0 32 104 7 45 123 76
Binary 11101110 10101111 1001101 0 11010 1000100 111 100101 1010011 111110

Color Harmonies of #EEAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF4D

Black with #EEAF4D

Text Example


Text Example

White with #EEAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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