Html Css Color HEX #EAAF40 Tulip Tree

📋 copy color: '#EAAF40'

red 234 ◦ green 175 ◦ blue 64

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

Shades of Tulip Tree #EAAF40

Tints of Tulip Tree #EAAF40

RGB

 RED value IS 234 (91.8% from 255) = 49.47%

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

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

R = 49.47%
G = 37%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAAF40 (or 0xEAAF40) is known color: Tulip Tree. HEX triplet: EA, AF and 40. RGB value is (234,175,64). Sum of RGB (Red+Green+Blue) = 234+175+64=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF40 is #1550BF. Grayscale: #B4B4B4. Windows color (decimal): -1396928 or 4239338. OLE color: 4239338.

HSL color Cylindrical-coordinate representation of color #EAAF40: hue angle of 39.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAAF40 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 64 -
CMYK 0 0.25 0.73 0.08
HSL 39.18º 0.8% 0.58% -
HSV(B) 39.18º 0.73% 0.92% -
XYZ 50.19 48.52 11.57 -
YUV 179.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 234 175 64 0 0.25 0.73 0.08 39.18 0.8 0.58
Hex EA AF 40 0 19 49 8 27 50 3A
Octal 352 257 100 0 31 111 10 47 120 72
Binary 11101010 10101111 1000000 0 11001 1001001 1000 100111 1010000 111010

Color Harmonies of #EAAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF40

Black with #EAAF40

Text Example


Text Example

White with #EAAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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