Html Css Color HEX #EAA848 Tulip Tree

📋 copy color: '#EAA848'

red 234 ◦ green 168 ◦ blue 72

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

Shades of Tulip Tree #EAA848

Tints of Tulip Tree #EAA848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 49.37%
G = 35.44%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAA848 (or 0xEAA848) is known color: Tulip Tree. HEX triplet: EA, A8 and 48. RGB value is (234,168,72). Sum of RGB (Red+Green+Blue) = 234+168+72=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA848 is #1557B7. Grayscale: #B1B1B1. Windows color (decimal): -1398712 or 4761834. OLE color: 4761834.

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

Color convert

RGB 234 168 72 -
CMYK 0 0.28 0.69 0.08
HSL 35.56º 0.79% 0.6% -
HSV(B) 35.56º 0.69% 0.92% -
XYZ 49.1 45.97 12.42 -
YUV 176.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 234 168 72 0 0.28 0.69 0.08 35.56 0.79 0.6
Hex EA A8 48 0 1C 45 8 24 4F 3C
Octal 352 250 110 0 34 105 10 44 117 74
Binary 11101010 10101000 1001000 0 11100 1000101 1000 100100 1001111 111100

Color Harmonies of #EAA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA848

Black with #EAA848

Text Example


Text Example

White with #EAA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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