Html Css Color HEX #E9AF4B Casablanca

📋 copy color: '#E9AF4B'

red 233 ◦ green 175 ◦ blue 75

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

Shades of Casablanca #E9AF4B

Tints of Casablanca #E9AF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 48.24%
G = 36.23%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9AF4B (or 0xE9AF4B) is known color: Casablanca. HEX triplet: E9, AF and 4B. RGB value is (233,175,75). Sum of RGB (Red+Green+Blue) = 233+175+75=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF4B is #1650B4. Grayscale: #B5B5B5. Windows color (decimal): -1462453 or 4960233. OLE color: 4960233.

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

Color convert

RGB 233 175 75 -
CMYK 0 0.25 0.68 0.09
HSL 37.97º 0.78% 0.6% -
HSV(B) 37.97º 0.68% 0.91% -
XYZ 50.2 48.49 13.37 -
YUV 180.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 233 175 75 0 0.25 0.68 0.09 37.97 0.78 0.6
Hex E9 AF 4B 0 19 44 9 26 4E 3C
Octal 351 257 113 0 31 104 11 46 116 74
Binary 11101001 10101111 1001011 0 11001 1000100 1001 100110 1001110 111100

Color Harmonies of #E9AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF4B

Black with #E9AF4B

Text Example


Text Example

White with #E9AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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