Html Css Color HEX #EBB145 Tulip Tree

📋 copy color: '#EBB145'

red 235 ◦ green 177 ◦ blue 69

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

Shades of Tulip Tree #EBB145

Tints of Tulip Tree #EBB145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.35%

R = 48.86%
G = 36.8%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBB145 (or 0xEBB145) is known color: Tulip Tree. HEX triplet: EB, B1 and 45. RGB value is (235,177,69). Sum of RGB (Red+Green+Blue) = 235+177+69=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB145 is #144EBA. Grayscale: #B6B6B6. Windows color (decimal): -1330875 or 4567531. OLE color: 4567531.

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

Color convert

RGB 235 177 69 -
CMYK 0 0.25 0.71 0.08
HSL 39.04º 0.81% 0.6% -
HSV(B) 39.04º 0.71% 0.92% -
XYZ 51.06 49.54 12.5 -
YUV 182.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 235 177 69 0 0.25 0.71 0.08 39.04 0.81 0.6
Hex EB B1 45 0 19 47 8 27 51 3C
Octal 353 261 105 0 31 107 10 47 121 74
Binary 11101011 10110001 1000101 0 11001 1000111 1000 100111 1010001 111100

Color Harmonies of #EBB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB145

Black with #EBB145

Text Example


Text Example

White with #EBB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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