Html Css Color HEX #EAAE3E Tulip Tree

📋 copy color: '#EAAE3E'

red 234 ◦ green 174 ◦ blue 62

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

Shades of Tulip Tree #EAAE3E

Tints of Tulip Tree #EAAE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 49.79%
G = 37.02%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAAE3E (or 0xEAAE3E) is known color: Tulip Tree. HEX triplet: EA, AE and 3E. RGB value is (234,174,62). Sum of RGB (Red+Green+Blue) = 234+174+62=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE3E is #1551C1. Grayscale: #B3B3B3. Windows color (decimal): -1397186 or 4108010. OLE color: 4108010.

HSL color Cylindrical-coordinate representation of color #EAAE3E: hue angle of 39.07º degrees, saturation: 0.8, 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 #EAAE3E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 62 -
CMYK 0 0.26 0.74 0.08
HSL 39.07º 0.8% 0.58% -
HSV(B) 39.07º 0.74% 0.92% -
XYZ 49.94 48.11 11.21 -
YUV 179.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 234 174 62 0 0.26 0.74 0.08 39.07 0.8 0.58
Hex EA AE 3E 0 1A 4A 8 27 50 3A
Octal 352 256 76 0 32 112 10 47 120 72
Binary 11101010 10101110 111110 0 11010 1001010 1000 100111 1010000 111010

Color Harmonies of #EAAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE3E

Black with #EAAE3E

Text Example


Text Example

White with #EAAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE3E; }

 p { color: rgb(234,174,62); }

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

background-color css

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

 a { background-color: rgb(234,174,62); }

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

border-color css

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

 span { border-color: rgb(234,174,62); }

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