Html Css Color HEX #EAB13E Tulip Tree

📋 copy color: '#EAB13E'

red 234 ◦ green 177 ◦ blue 62

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

Shades of Tulip Tree #EAB13E

Tints of Tulip Tree #EAB13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 49.47%
G = 37.42%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAB13E (or 0xEAB13E) is known color: Tulip Tree. HEX triplet: EA, B1 and 3E. RGB value is (234,177,62). Sum of RGB (Red+Green+Blue) = 234+177+62=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB13E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB13E is #154EC1. Grayscale: #B5B5B5. Windows color (decimal): -1396418 or 4108778. OLE color: 4108778.

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

Color convert

RGB 234 177 62 -
CMYK 0 0.24 0.74 0.08
HSL 40.12º 0.8% 0.58% -
HSV(B) 40.12º 0.74% 0.92% -
XYZ 50.52 49.28 11.41 -
YUV 180.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 234 177 62 0 0.24 0.74 0.08 40.12 0.8 0.58
Hex EA B1 3E 0 18 4A 8 28 50 3A
Octal 352 261 76 0 30 112 10 50 120 72
Binary 11101010 10110001 111110 0 11000 1001010 1000 101000 1010000 111010

Color Harmonies of #EAB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB13E

Black with #EAB13E

Text Example


Text Example

White with #EAB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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