Html Css Color HEX #EAAA30 Tulip Tree

📋 copy color: '#EAAA30'

red 234 ◦ green 170 ◦ blue 48

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

Shades of Tulip Tree #EAAA30

Tints of Tulip Tree #EAAA30

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 48 (19.14% from 255) = 10.62%

R = 51.77%
G = 37.61%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAA30 (or 0xEAAA30) is known color: Tulip Tree. HEX triplet: EA, AA and 30. RGB value is (234,170,48). Sum of RGB (Red+Green+Blue) = 234+170+48=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA30 is #1555CF. Grayscale: #AFAFAF. Windows color (decimal): -1398224 or 3189482. OLE color: 3189482.

HSL color Cylindrical-coordinate representation of color #EAAA30: hue angle of 39.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAAA30 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 48 -
CMYK 0 0.27 0.79 0.08
HSL 39.35º 0.82% 0.55% -
HSV(B) 39.35º 0.79% 0.92% -
XYZ 48.84 46.46 9.19 -
YUV 175.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 234 170 48 0 0.27 0.79 0.08 39.35 0.82 0.55
Hex EA AA 30 0 1B 4F 8 27 52 37
Octal 352 252 60 0 33 117 10 47 122 67
Binary 11101010 10101010 110000 0 11011 1001111 1000 100111 1010010 110111

Color Harmonies of #EAAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA30

Black with #EAAA30

Text Example


Text Example

White with #EAAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA30; }

 p { color: rgb(234,170,48); }

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

background-color css

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

 a { background-color: rgb(234,170,48); }

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

border-color css

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

 span { border-color: rgb(234,170,48); }

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