Html Css Color HEX #E9A74B Casablanca

📋 copy color: '#E9A74B'

red 233 ◦ green 167 ◦ blue 75

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

Shades of Casablanca #E9A74B

Tints of Casablanca #E9A74B

RGB

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

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

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

R = 49.05%
G = 35.16%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9A74B (or 0xE9A74B) is known color: Casablanca. HEX triplet: E9, A7 and 4B. RGB value is (233,167,75). Sum of RGB (Red+Green+Blue) = 233+167+75=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A74B is #1658B4. Grayscale: #B0B0B0. Windows color (decimal): -1464501 or 4958185. OLE color: 4958185.

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

Color convert

RGB 233 167 75 -
CMYK 0 0.28 0.68 0.09
HSL 34.94º 0.78% 0.6% -
HSV(B) 34.94º 0.68% 0.91% -
XYZ 48.69 45.47 12.87 -
YUV 176.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 233 167 75 0 0.28 0.68 0.09 34.94 0.78 0.6
Hex E9 A7 4B 0 1C 44 9 23 4E 3C
Octal 351 247 113 0 34 104 11 43 116 74
Binary 11101001 10100111 1001011 0 11100 1000100 1001 100011 1001110 111100

Color Harmonies of #E9A74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A74B

Black with #E9A74B

Text Example


Text Example

White with #E9A74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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