Html Css Color HEX #EAB03C Tulip Tree

📋 copy color: '#EAB03C'

red 234 ◦ green 176 ◦ blue 60

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

Shades of Tulip Tree #EAB03C

Tints of Tulip Tree #EAB03C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.45%

 BLUE value IS 60 (23.83% from 255) = 12.77%

R = 49.79%
G = 37.45%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAB03C (or 0xEAB03C) is known color: Tulip Tree. HEX triplet: EA, B0 and 3C. RGB value is (234,176,60). Sum of RGB (Red+Green+Blue) = 234+176+60=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB03C is #154FC3. Grayscale: #B4B4B4. Windows color (decimal): -1396676 or 3977450. OLE color: 3977450.

HSL color Cylindrical-coordinate representation of color #EAB03C: hue angle of 40º degrees, saturation: 0.81, 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 #EAB03C is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 60 -
CMYK 0 0.25 0.74 0.08
HSL 40º 0.81% 0.58% -
HSV(B) 40º 0.74% 0.92% -
XYZ 50.27 48.87 11.06 -
YUV 180.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 234 176 60 0 0.25 0.74 0.08 40 0.81 0.58
Hex EA B0 3C 0 19 4A 8 28 51 3A
Octal 352 260 74 0 31 112 10 50 121 72
Binary 11101010 10110000 111100 0 11001 1001010 1000 101000 1010001 111010

Color Harmonies of #EAB03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB03C

Black with #EAB03C

Text Example


Text Example

White with #EAB03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB03C; }

 p { color: rgb(234,176,60); }

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

background-color css

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

 a { background-color: rgb(234,176,60); }

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

border-color css

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

 span { border-color: rgb(234,176,60); }

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