Html Css Color HEX #EBA932 Tulip Tree

📋 copy color: '#EBA932'

red 235 ◦ green 169 ◦ blue 50

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

Shades of Tulip Tree #EBA932

Tints of Tulip Tree #EBA932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 51.76%
G = 37.22%
B = 11.01%

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

#EBA932 (or 0xEBA932) is known color: Tulip Tree. HEX triplet: EB, A9 and 32. RGB value is (235,169,50). Sum of RGB (Red+Green+Blue) = 235+169+50=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA932 is #1456CD. Grayscale: #AFAFAF. Windows color (decimal): -1332942 or 3320299. OLE color: 3320299.

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

Color convert

RGB 235 169 50 -
CMYK 0 0.28 0.79 0.08
HSL 38.59º 0.82% 0.56% -
HSV(B) 38.59º 0.79% 0.92% -
XYZ 49.02 46.27 9.36 -
YUV 175.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 235 169 50 0 0.28 0.79 0.08 38.59 0.82 0.56
Hex EB A9 32 0 1C 4F 8 27 52 38
Octal 353 251 62 0 34 117 10 47 122 70
Binary 11101011 10101001 110010 0 11100 1001111 1000 100111 1010010 111000

Color Harmonies of #EBA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA932

Black with #EBA932

Text Example


Text Example

White with #EBA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA932; }

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

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

background-color css

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

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

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

border-color css

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

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

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