Html Css Color HEX #EBAF3C Tulip Tree

📋 copy color: '#EBAF3C'

red 235 ◦ green 175 ◦ blue 60

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

Shades of Tulip Tree #EBAF3C

Tints of Tulip Tree #EBAF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.77%

R = 50%
G = 37.23%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBAF3C (or 0xEBAF3C) is known color: Tulip Tree. HEX triplet: EB, AF and 3C. RGB value is (235,175,60). Sum of RGB (Red+Green+Blue) = 235+175+60=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF3C is #1450C3. Grayscale: #B4B4B4. Windows color (decimal): -1331396 or 3977195. OLE color: 3977195.

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

Color convert

RGB 235 175 60 -
CMYK 0 0.26 0.74 0.08
HSL 39.43º 0.81% 0.58% -
HSV(B) 39.43º 0.74% 0.92% -
XYZ 50.41 48.65 11.01 -
YUV 179.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 235 175 60 0 0.26 0.74 0.08 39.43 0.81 0.58
Hex EB AF 3C 0 1A 4A 8 27 51 3A
Octal 353 257 74 0 32 112 10 47 121 72
Binary 11101011 10101111 111100 0 11010 1001010 1000 100111 1010001 111010

Color Harmonies of #EBAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF3C

Black with #EBAF3C

Text Example


Text Example

White with #EBAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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