Html Css Color HEX #EBAF31 Tulip Tree

📋 copy color: '#EBAF31'

red 235 ◦ green 175 ◦ blue 49

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

Shades of Tulip Tree #EBAF31

Tints of Tulip Tree #EBAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 51.2%
G = 38.13%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBAF31 (or 0xEBAF31) is known color: Tulip Tree. HEX triplet: EB, AF and 31. RGB value is (235,175,49). Sum of RGB (Red+Green+Blue) = 235+175+49=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF31 is #1450CE. Grayscale: #B3B3B3. Windows color (decimal): -1331407 or 3256299. OLE color: 3256299.

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

Color convert

RGB 235 175 49 -
CMYK 0 0.26 0.79 0.08
HSL 40.65º 0.82% 0.56% -
HSV(B) 40.65º 0.79% 0.92% -
XYZ 50.15 48.54 9.63 -
YUV 178.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 235 175 49 0 0.26 0.79 0.08 40.65 0.82 0.56
Hex EB AF 31 0 1A 4F 8 29 52 38
Octal 353 257 61 0 32 117 10 51 122 70
Binary 11101011 10101111 110001 0 11010 1001111 1000 101001 1010010 111000

Color Harmonies of #EBAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF31

Black with #EBAF31

Text Example


Text Example

White with #EBAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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