Html Css Color HEX #EAB13A Tulip Tree

📋 copy color: '#EAB13A'

red 234 ◦ green 177 ◦ blue 58

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

Shades of Tulip Tree #EAB13A

Tints of Tulip Tree #EAB13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.37%

R = 49.89%
G = 37.74%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAB13A (or 0xEAB13A) is known color: Tulip Tree. HEX triplet: EA, B1 and 3A. RGB value is (234,177,58). Sum of RGB (Red+Green+Blue) = 234+177+58=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB13A is #154EC5. Grayscale: #B5B5B5. Windows color (decimal): -1396422 or 3846634. OLE color: 3846634.

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

Color convert

RGB 234 177 58 -
CMYK 0 0.24 0.75 0.08
HSL 40.57º 0.81% 0.57% -
HSV(B) 40.57º 0.75% 0.92% -
XYZ 50.42 49.24 10.85 -
YUV 180.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 234 177 58 0 0.24 0.75 0.08 40.57 0.81 0.57
Hex EA B1 3A 0 18 4B 8 29 51 39
Octal 352 261 72 0 30 113 10 51 121 71
Binary 11101010 10110001 111010 0 11000 1001011 1000 101001 1010001 111001

Color Harmonies of #EAB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB13A

Black with #EAB13A

Text Example


Text Example

White with #EAB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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