Html Css Color HEX #EAAF3C Tulip Tree

📋 copy color: '#EAAF3C'

red 234 ◦ green 175 ◦ blue 60

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

Shades of Tulip Tree #EAAF3C

Tints of Tulip Tree #EAAF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 49.89%
G = 37.31%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAAF3C (or 0xEAAF3C) is known color: Tulip Tree. HEX triplet: EA, AF and 3C. RGB value is (234,175,60). Sum of RGB (Red+Green+Blue) = 234+175+60=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF3C is #1550C3. Grayscale: #B4B4B4. Windows color (decimal): -1396932 or 3977194. OLE color: 3977194.

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

Color convert

RGB 234 175 60 -
CMYK 0 0.25 0.74 0.08
HSL 39.66º 0.81% 0.58% -
HSV(B) 39.66º 0.74% 0.92% -
XYZ 50.08 48.48 10.99 -
YUV 179.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 234 175 60 0 0.25 0.74 0.08 39.66 0.81 0.58
Hex EA AF 3C 0 19 4A 8 28 51 3A
Octal 352 257 74 0 31 112 10 50 121 72
Binary 11101010 10101111 111100 0 11001 1001010 1000 101000 1010001 111010

Color Harmonies of #EAAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF3C

Black with #EAAF3C

Text Example


Text Example

White with #EAAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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