Html Css Color HEX #EDB941 Tulip Tree

📋 copy color: '#EDB941'

red 237 ◦ green 185 ◦ blue 65

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

Shades of Tulip Tree #EDB941

Tints of Tulip Tree #EDB941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 48.67%
G = 37.99%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDB941 (or 0xEDB941) is known color: Tulip Tree. HEX triplet: ED, B9 and 41. RGB value is (237,185,65). Sum of RGB (Red+Green+Blue) = 237+185+65=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB941 is #1246BE. Grayscale: #BBBBBB. Windows color (decimal): -1197759 or 4307437. OLE color: 4307437.

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

Color convert

RGB 237 185 65 -
CMYK 0 0.22 0.73 0.07
HSL 41.86º 0.83% 0.59% -
HSV(B) 41.86º 0.73% 0.93% -
XYZ 53.23 53.08 12.44 -
YUV 186.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 237 185 65 0 0.22 0.73 0.07 41.86 0.83 0.59
Hex ED B9 41 0 16 49 7 2A 53 3B
Octal 355 271 101 0 26 111 7 52 123 73
Binary 11101101 10111001 1000001 0 10110 1001001 111 101010 1010011 111011

Color Harmonies of #EDB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB941

Black with #EDB941

Text Example


Text Example

White with #EDB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB941; }

 p { color: rgb(237,185,65); }

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

background-color css

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

 a { background-color: rgb(237,185,65); }

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

border-color css

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

 span { border-color: rgb(237,185,65); }

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