Html Css Color HEX #E9AF4F Casablanca

📋 copy color: '#E9AF4F'

red 233 ◦ green 175 ◦ blue 79

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

Shades of Casablanca #E9AF4F

Tints of Casablanca #E9AF4F

RGB

 RED value IS 233 (91.41% from 255) = 47.84%

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

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 47.84%
G = 35.93%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9AF4F (or 0xE9AF4F) is known color: Casablanca. HEX triplet: E9, AF and 4F. RGB value is (233,175,79). Sum of RGB (Red+Green+Blue) = 233+175+79=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF4F is #1650B0. Grayscale: #B5B5B5. Windows color (decimal): -1462449 or 5222377. OLE color: 5222377.

HSL color Cylindrical-coordinate representation of color #E9AF4F: hue angle of 37.4º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9AF4F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 79 -
CMYK 0 0.25 0.66 0.09
HSL 37.4º 0.78% 0.61% -
HSV(B) 37.4º 0.66% 0.91% -
XYZ 50.35 48.55 14.11 -
YUV 181.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 233 175 79 0 0.25 0.66 0.09 37.4 0.78 0.61
Hex E9 AF 4F 0 19 42 9 25 4E 3D
Octal 351 257 117 0 31 102 11 45 116 75
Binary 11101001 10101111 1001111 0 11001 1000010 1001 100101 1001110 111101

Color Harmonies of #E9AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF4F

Black with #E9AF4F

Text Example


Text Example

White with #E9AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF4F; }

 p { color: rgb(233,175,79); }

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

background-color css

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

 a { background-color: rgb(233,175,79); }

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

border-color css

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

 span { border-color: rgb(233,175,79); }

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