Html Css Color HEX #EAAF3F Tulip Tree

📋 copy color: '#EAAF3F'

red 234 ◦ green 175 ◦ blue 63

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

Shades of Tulip Tree #EAAF3F

Tints of Tulip Tree #EAAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.35%

R = 49.58%
G = 37.08%
B = 13.35%

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

#EAAF3F (or 0xEAAF3F) is known color: Tulip Tree. HEX triplet: EA, AF and 3F. RGB value is (234,175,63). Sum of RGB (Red+Green+Blue) = 234+175+63=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF3F is #1550C0. Grayscale: #B4B4B4. Windows color (decimal): -1396929 or 4173802. OLE color: 4173802.

HSL color Cylindrical-coordinate representation of color #EAAF3F: hue angle of 39.3º 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 #EAAF3F is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 63 -
CMYK 0 0.25 0.73 0.08
HSL 39.3º 0.8% 0.58% -
HSV(B) 39.3º 0.73% 0.92% -
XYZ 50.16 48.51 11.42 -
YUV 179.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 234 175 63 0 0.25 0.73 0.08 39.3 0.8 0.58
Hex EA AF 3F 0 19 49 8 27 50 3A
Octal 352 257 77 0 31 111 10 47 120 72
Binary 11101010 10101111 111111 0 11001 1001001 1000 100111 1010000 111010

Color Harmonies of #EAAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF3F

Black with #EAAF3F

Text Example


Text Example

White with #EAAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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