Html Css Color HEX #EBAF3F Tulip Tree

📋 copy color: '#EBAF3F'

red 235 ◦ green 175 ◦ blue 63

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

Shades of Tulip Tree #EBAF3F

Tints of Tulip Tree #EBAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.32%

R = 49.68%
G = 37%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBAF3F (or 0xEBAF3F) is known color: Tulip Tree. HEX triplet: EB, AF and 3F. RGB value is (235,175,63). Sum of RGB (Red+Green+Blue) = 235+175+63=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF3F is #1450C0. Grayscale: #B4B4B4. Windows color (decimal): -1331393 or 4173803. OLE color: 4173803.

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

Color convert

RGB 235 175 63 -
CMYK 0 0.26 0.73 0.08
HSL 39.07º 0.81% 0.58% -
HSV(B) 39.07º 0.73% 0.92% -
XYZ 50.49 48.68 11.44 -
YUV 180.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 235 175 63 0 0.26 0.73 0.08 39.07 0.81 0.58
Hex EB AF 3F 0 1A 49 8 27 51 3A
Octal 353 257 77 0 32 111 10 47 121 72
Binary 11101011 10101111 111111 0 11010 1001001 1000 100111 1010001 111010

Color Harmonies of #EBAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF3F

Black with #EBAF3F

Text Example


Text Example

White with #EBAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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