Html Css Color HEX #EDB742 Tulip Tree

📋 copy color: '#EDB742'

red 237 ◦ green 183 ◦ blue 66

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

Shades of Tulip Tree #EDB742

Tints of Tulip Tree #EDB742

RGB

 RED value IS 237 (92.97% from 255) = 48.77%

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

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

R = 48.77%
G = 37.65%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDB742 (or 0xEDB742) is known color: Tulip Tree. HEX triplet: ED, B7 and 42. RGB value is (237,183,66). Sum of RGB (Red+Green+Blue) = 237+183+66=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB742 is #1248BD. Grayscale: #BABABA. Windows color (decimal): -1198270 or 4372461. OLE color: 4372461.

HSL color Cylindrical-coordinate representation of color #EDB742: hue angle of 41.05º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB742 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 66 -
CMYK 0 0.23 0.72 0.07
HSL 41.05º 0.83% 0.59% -
HSV(B) 41.05º 0.72% 0.93% -
XYZ 52.84 52.26 12.46 -
YUV 185.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 237 183 66 0 0.23 0.72 0.07 41.05 0.83 0.59
Hex ED B7 42 0 17 48 7 29 53 3B
Octal 355 267 102 0 27 110 7 51 123 73
Binary 11101101 10110111 1000010 0 10111 1001000 111 101001 1010011 111011

Color Harmonies of #EDB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB742

Black with #EDB742

Text Example


Text Example

White with #EDB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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