Html Css Color HEX #EAB146 Tulip Tree

📋 copy color: '#EAB146'

red 234 ◦ green 177 ◦ blue 70

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

Shades of Tulip Tree #EAB146

Tints of Tulip Tree #EAB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 70 (27.73% from 255) = 14.55%

R = 48.65%
G = 36.8%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAB146 (or 0xEAB146) is known color: Tulip Tree. HEX triplet: EA, B1 and 46. RGB value is (234,177,70). Sum of RGB (Red+Green+Blue) = 234+177+70=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB146 is #154EB9. Grayscale: #B6B6B6. Windows color (decimal): -1396410 or 4633066. OLE color: 4633066.

HSL color Cylindrical-coordinate representation of color #EAB146: hue angle of 39.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAB146 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 70 -
CMYK 0 0.24 0.70 0.08
HSL 39.15º 0.8% 0.6% -
HSV(B) 39.15º 0.7% 0.92% -
XYZ 50.76 49.38 12.65 -
YUV 181.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 234 177 70 0 0.24 0.70 0.08 39.15 0.8 0.6
Hex EA B1 46 0 18 46 8 27 50 3C
Octal 352 261 106 0 30 106 10 47 120 74
Binary 11101010 10110001 1000110 0 11000 1000110 1000 100111 1010000 111100

Color Harmonies of #EAB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB146

Black with #EAB146

Text Example


Text Example

White with #EAB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB146; }

 p { color: rgb(234,177,70); }

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

background-color css

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

 a { background-color: rgb(234,177,70); }

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

border-color css

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

 span { border-color: rgb(234,177,70); }

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