Html Css Color HEX #EBB140 Tulip Tree

📋 copy color: '#EBB140'

red 235 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #EBB140

Tints of Tulip Tree #EBB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 49.37%
G = 37.18%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBB140 (or 0xEBB140) is known color: Tulip Tree. HEX triplet: EB, B1 and 40. RGB value is (235,177,64). Sum of RGB (Red+Green+Blue) = 235+177+64=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB140 is #144EBF. Grayscale: #B5B5B5. Windows color (decimal): -1330880 or 4239851. OLE color: 4239851.

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

Color convert

RGB 235 177 64 -
CMYK 0 0.25 0.73 0.08
HSL 39.65º 0.81% 0.59% -
HSV(B) 39.65º 0.73% 0.92% -
XYZ 50.91 49.48 11.72 -
YUV 181.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 235 177 64 0 0.25 0.73 0.08 39.65 0.81 0.59
Hex EB B1 40 0 19 49 8 28 51 3B
Octal 353 261 100 0 31 111 10 50 121 73
Binary 11101011 10110001 1000000 0 11001 1001001 1000 101000 1010001 111011

Color Harmonies of #EBB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB140

Black with #EBB140

Text Example


Text Example

White with #EBB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB140; }

 p { color: rgb(235,177,64); }

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

background-color css

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

 a { background-color: rgb(235,177,64); }

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

border-color css

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

 span { border-color: rgb(235,177,64); }

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