Html Css Color HEX #EBA930 Tulip Tree

📋 copy color: '#EBA930'

red 235 ◦ green 169 ◦ blue 48

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

Shades of Tulip Tree #EBA930

Tints of Tulip Tree #EBA930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.62%

R = 51.99%
G = 37.39%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA930 (or 0xEBA930) is known color: Tulip Tree. HEX triplet: EB, A9 and 30. RGB value is (235,169,48). Sum of RGB (Red+Green+Blue) = 235+169+48=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA930 is #1456CF. Grayscale: #AFAFAF. Windows color (decimal): -1332944 or 3189227. OLE color: 3189227.

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

Color convert

RGB 235 169 48 -
CMYK 0 0.28 0.80 0.08
HSL 38.82º 0.82% 0.55% -
HSV(B) 38.82º 0.8% 0.92% -
XYZ 48.98 46.25 9.14 -
YUV 174.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 235 169 48 0 0.28 0.80 0.08 38.82 0.82 0.55
Hex EB A9 30 0 1C 50 8 27 52 37
Octal 353 251 60 0 34 120 10 47 122 67
Binary 11101011 10101001 110000 0 11100 1010000 1000 100111 1010010 110111

Color Harmonies of #EBA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA930

Black with #EBA930

Text Example


Text Example

White with #EBA930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA930; }

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

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

background-color css

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

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

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

border-color css

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

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

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