Html Css Color HEX #EBAF42 Tulip Tree

📋 copy color: '#EBAF42'

red 235 ◦ green 175 ◦ blue 66

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

Shades of Tulip Tree #EBAF42

Tints of Tulip Tree #EBAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.87%

R = 49.37%
G = 36.76%
B = 13.87%

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

#EBAF42 (or 0xEBAF42) is known color: Tulip Tree. HEX triplet: EB, AF and 42. RGB value is (235,175,66). Sum of RGB (Red+Green+Blue) = 235+175+66=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF42 is #1450BD. Grayscale: #B5B5B5. Windows color (decimal): -1331390 or 4370411. OLE color: 4370411.

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

Color convert

RGB 235 175 66 -
CMYK 0 0.26 0.72 0.08
HSL 38.7º 0.81% 0.59% -
HSV(B) 38.7º 0.72% 0.92% -
XYZ 50.57 48.72 11.89 -
YUV 180.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 235 175 66 0 0.26 0.72 0.08 38.7 0.81 0.59
Hex EB AF 42 0 1A 48 8 27 51 3B
Octal 353 257 102 0 32 110 10 47 121 73
Binary 11101011 10101111 1000010 0 11010 1001000 1000 100111 1010001 111011

Color Harmonies of #EBAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF42

Black with #EBAF42

Text Example


Text Example

White with #EBAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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