Html Css Color HEX #EAB83A Tulip Tree

📋 copy color: '#EAB83A'

red 234 ◦ green 184 ◦ blue 58

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

Shades of Tulip Tree #EAB83A

Tints of Tulip Tree #EAB83A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

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

R = 49.16%
G = 38.66%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAB83A (or 0xEAB83A) is known color: Tulip Tree. HEX triplet: EA, B8 and 3A. RGB value is (234,184,58). Sum of RGB (Red+Green+Blue) = 234+184+58=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB83A is #1547C5. Grayscale: #B9B9B9. Windows color (decimal): -1394630 or 3848426. OLE color: 3848426.

HSL color Cylindrical-coordinate representation of color #EAB83A: hue angle of 42.95º 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 #EAB83A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 58 -
CMYK 0 0.21 0.75 0.08
HSL 42.95º 0.81% 0.57% -
HSV(B) 42.95º 0.75% 0.92% -
XYZ 51.84 52.08 11.32 -
YUV 184.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 234 184 58 0 0.21 0.75 0.08 42.95 0.81 0.57
Hex EA B8 3A 0 15 4B 8 2B 51 39
Octal 352 270 72 0 25 113 10 53 121 71
Binary 11101010 10111000 111010 0 10101 1001011 1000 101011 1010001 111001

Color Harmonies of #EAB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB83A

Black with #EAB83A

Text Example


Text Example

White with #EAB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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