Html Css Color HEX #EBAB30 Tulip Tree

📋 copy color: '#EBAB30'

red 235 ◦ green 171 ◦ blue 48

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

Shades of Tulip Tree #EBAB30

Tints of Tulip Tree #EBAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

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

R = 51.76%
G = 37.67%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBAB30 (or 0xEBAB30) is known color: Tulip Tree. HEX triplet: EB, AB and 30. RGB value is (235,171,48). Sum of RGB (Red+Green+Blue) = 235+171+48=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB30 is #1454CF. Grayscale: #B0B0B0. Windows color (decimal): -1332432 or 3189739. OLE color: 3189739.

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

Color convert

RGB 235 171 48 -
CMYK 0 0.27 0.80 0.08
HSL 39.47º 0.82% 0.55% -
HSV(B) 39.47º 0.8% 0.92% -
XYZ 49.36 47 9.27 -
YUV 176.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 235 171 48 0 0.27 0.80 0.08 39.47 0.82 0.55
Hex EB AB 30 0 1B 50 8 27 52 37
Octal 353 253 60 0 33 120 10 47 122 67
Binary 11101011 10101011 110000 0 11011 1010000 1000 100111 1010010 110111

Color Harmonies of #EBAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB30

Black with #EBAB30

Text Example


Text Example

White with #EBAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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