Html Css Color HEX #EAA742 Tulip Tree

📋 copy color: '#EAA742'

red 234 ◦ green 167 ◦ blue 66

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

Shades of Tulip Tree #EAA742

Tints of Tulip Tree #EAA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 50.11%
G = 35.76%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAA742 (or 0xEAA742) is known color: Tulip Tree. HEX triplet: EA, A7 and 42. RGB value is (234,167,66). Sum of RGB (Red+Green+Blue) = 234+167+66=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA742 is #1558BD. Grayscale: #AFAFAF. Windows color (decimal): -1398974 or 4368362. OLE color: 4368362.

HSL color Cylindrical-coordinate representation of color #EAA742: hue angle of 36.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAA742 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 66 -
CMYK 0 0.29 0.72 0.08
HSL 36.07º 0.8% 0.59% -
HSV(B) 36.07º 0.72% 0.92% -
XYZ 48.73 45.52 11.37 -
YUV 175.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 234 167 66 0 0.29 0.72 0.08 36.07 0.8 0.59
Hex EA A7 42 0 1D 48 8 24 50 3B
Octal 352 247 102 0 35 110 10 44 120 73
Binary 11101010 10100111 1000010 0 11101 1001000 1000 100100 1010000 111011

Color Harmonies of #EAA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA742

Black with #EAA742

Text Example


Text Example

White with #EAA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA742; }

 p { color: rgb(234,167,66); }

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

background-color css

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

 a { background-color: rgb(234,167,66); }

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

border-color css

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

 span { border-color: rgb(234,167,66); }

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