Html Css Color HEX #EBAF41 Tulip Tree

📋 copy color: '#EBAF41'

red 235 ◦ green 175 ◦ blue 65

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

Shades of Tulip Tree #EBAF41

Tints of Tulip Tree #EBAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 49.47%
G = 36.84%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBAF41 (or 0xEBAF41) is known color: Tulip Tree. HEX triplet: EB, AF and 41. RGB value is (235,175,65). Sum of RGB (Red+Green+Blue) = 235+175+65=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF41 is #1450BE. Grayscale: #B4B4B4. Windows color (decimal): -1331391 or 4304875. OLE color: 4304875.

HSL color Cylindrical-coordinate representation of color #EBAF41: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBAF41 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 65 -
CMYK 0 0.26 0.72 0.08
HSL 38.82º 0.81% 0.59% -
HSV(B) 38.82º 0.72% 0.92% -
XYZ 50.55 48.7 11.74 -
YUV 180.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 235 175 65 0 0.26 0.72 0.08 38.82 0.81 0.59
Hex EB AF 41 0 1A 48 8 27 51 3B
Octal 353 257 101 0 32 110 10 47 121 73
Binary 11101011 10101111 1000001 0 11010 1001000 1000 100111 1010001 111011

Color Harmonies of #EBAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF41

Black with #EBAF41

Text Example


Text Example

White with #EBAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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