Html Css Color HEX #E8AF40 Tulip Tree

📋 copy color: '#E8AF40'

red 232 ◦ green 175 ◦ blue 64

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

Shades of Tulip Tree #E8AF40

Tints of Tulip Tree #E8AF40

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 49.26%
G = 37.15%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E8AF40 (or 0xE8AF40) is known color: Tulip Tree. HEX triplet: E8, AF and 40. RGB value is (232,175,64). Sum of RGB (Red+Green+Blue) = 232+175+64=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF40 is #1750BF. Grayscale: #B3B3B3. Windows color (decimal): -1528000 or 4239336. OLE color: 4239336.

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

Color convert

RGB 232 175 64 -
CMYK 0 0.25 0.72 0.09
HSL 39.64º 0.79% 0.58% -
HSV(B) 39.64º 0.72% 0.91% -
XYZ 49.53 48.19 11.54 -
YUV 179.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 232 175 64 0 0.25 0.72 0.09 39.64 0.79 0.58
Hex E8 AF 40 0 19 48 9 28 4F 3A
Octal 350 257 100 0 31 110 11 50 117 72
Binary 11101000 10101111 1000000 0 11001 1001000 1001 101000 1001111 111010

Color Harmonies of #E8AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF40

Black with #E8AF40

Text Example


Text Example

White with #E8AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF40; }

 p { color: rgb(232,175,64); }

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

background-color css

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

 a { background-color: rgb(232,175,64); }

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

border-color css

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

 span { border-color: rgb(232,175,64); }

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