Html Css Color HEX #EAA830 Tulip Tree

📋 copy color: '#EAA830'

red 234 ◦ green 168 ◦ blue 48

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

Shades of Tulip Tree #EAA830

Tints of Tulip Tree #EAA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

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

R = 52%
G = 37.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA830 (or 0xEAA830) is known color: Tulip Tree. HEX triplet: EA, A8 and 30. RGB value is (234,168,48). Sum of RGB (Red+Green+Blue) = 234+168+48=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA830 is #1557CF. Grayscale: #AEAEAE. Windows color (decimal): -1398736 or 3188970. OLE color: 3188970.

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

Color convert

RGB 234 168 48 -
CMYK 0 0.28 0.79 0.08
HSL 38.71º 0.82% 0.55% -
HSV(B) 38.71º 0.79% 0.92% -
XYZ 48.47 45.71 9.06 -
YUV 174.05 56.87 170.76 -
System Red Green Blue C M Y K H S L
Decimal 234 168 48 0 0.28 0.79 0.08 38.71 0.82 0.55
Hex EA A8 30 0 1C 4F 8 27 52 37
Octal 352 250 60 0 34 117 10 47 122 67
Binary 11101010 10101000 110000 0 11100 1001111 1000 100111 1010010 110111

Color Harmonies of #EAA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA830

Black with #EAA830

Text Example


Text Example

White with #EAA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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