Html Css Color HEX #EBA931 Tulip Tree

📋 copy color: '#EBA931'

red 235 ◦ green 169 ◦ blue 49

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

Shades of Tulip Tree #EBA931

Tints of Tulip Tree #EBA931

RGB

 RED value IS 235 (92.19% from 255) = 51.88%

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 51.88%
G = 37.31%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA931 (or 0xEBA931) is known color: Tulip Tree. HEX triplet: EB, A9 and 31. RGB value is (235,169,49). Sum of RGB (Red+Green+Blue) = 235+169+49=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA931 is #1456CE. Grayscale: #AFAFAF. Windows color (decimal): -1332943 or 3254763. OLE color: 3254763.

HSL color Cylindrical-coordinate representation of color #EBA931: hue angle of 38.71º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA931 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 49 -
CMYK 0 0.28 0.79 0.08
HSL 38.71º 0.82% 0.56% -
HSV(B) 38.71º 0.79% 0.92% -
XYZ 49 46.26 9.25 -
YUV 175.05 56.87 170.76 -
System Red Green Blue C M Y K H S L
Decimal 235 169 49 0 0.28 0.79 0.08 38.71 0.82 0.56
Hex EB A9 31 0 1C 4F 8 27 52 38
Octal 353 251 61 0 34 117 10 47 122 70
Binary 11101011 10101001 110001 0 11100 1001111 1000 100111 1010010 111000

Color Harmonies of #EBA931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA931

Black with #EBA931

Text Example


Text Example

White with #EBA931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA931; }

 p { color: rgb(235,169,49); }

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

background-color css

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

 a { background-color: rgb(235,169,49); }

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

border-color css

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

 span { border-color: rgb(235,169,49); }

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