Html Css Color HEX #EAB138 Tulip Tree

📋 copy color: '#EAB138'

red 234 ◦ green 177 ◦ blue 56

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

Shades of Tulip Tree #EAB138

Tints of Tulip Tree #EAB138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.99%

R = 50.11%
G = 37.9%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAB138 (or 0xEAB138) is known color: Tulip Tree. HEX triplet: EA, B1 and 38. RGB value is (234,177,56). Sum of RGB (Red+Green+Blue) = 234+177+56=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB138 is #154EC7. Grayscale: #B4B4B4. Windows color (decimal): -1396424 or 3715562. OLE color: 3715562.

HSL color Cylindrical-coordinate representation of color #EAB138: hue angle of 40.79º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAB138 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 56 -
CMYK 0 0.24 0.76 0.08
HSL 40.79º 0.81% 0.57% -
HSV(B) 40.79º 0.76% 0.92% -
XYZ 50.37 49.22 10.59 -
YUV 180.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 234 177 56 0 0.24 0.76 0.08 40.79 0.81 0.57
Hex EA B1 38 0 18 4C 8 29 51 39
Octal 352 261 70 0 30 114 10 51 121 71
Binary 11101010 10110001 111000 0 11000 1001100 1000 101001 1010001 111001

Color Harmonies of #EAB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB138

Black with #EAB138

Text Example


Text Example

White with #EAB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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