Html Css Color HEX #EBB742 Tulip Tree

📋 copy color: '#EBB742'

red 235 ◦ green 183 ◦ blue 66

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

Shades of Tulip Tree #EBB742

Tints of Tulip Tree #EBB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 48.55%
G = 37.81%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBB742 (or 0xEBB742) is known color: Tulip Tree. HEX triplet: EB, B7 and 42. RGB value is (235,183,66). Sum of RGB (Red+Green+Blue) = 235+183+66=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB742 is #1448BD. Grayscale: #B9B9B9. Windows color (decimal): -1329342 or 4372459. OLE color: 4372459.

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

Color convert

RGB 235 183 66 -
CMYK 0 0.22 0.72 0.08
HSL 41.54º 0.81% 0.59% -
HSV(B) 41.54º 0.72% 0.92% -
XYZ 52.18 51.92 12.43 -
YUV 185.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 235 183 66 0 0.22 0.72 0.08 41.54 0.81 0.59
Hex EB B7 42 0 16 48 8 2A 51 3B
Octal 353 267 102 0 26 110 10 52 121 73
Binary 11101011 10110111 1000010 0 10110 1001000 1000 101010 1010001 111011

Color Harmonies of #EBB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB742

Black with #EBB742

Text Example


Text Example

White with #EBB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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