Html Css Color HEX #EDB140 Tulip Tree

📋 copy color: '#EDB140'

red 237 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #EDB140

Tints of Tulip Tree #EDB140

RGB

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

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

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

R = 49.58%
G = 37.03%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDB140 (or 0xEDB140) is known color: Tulip Tree. HEX triplet: ED, B1 and 40. RGB value is (237,177,64). Sum of RGB (Red+Green+Blue) = 237+177+64=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB140 is #124EBF. Grayscale: #B6B6B6. Windows color (decimal): -1199808 or 4239853. OLE color: 4239853.

HSL color Cylindrical-coordinate representation of color #EDB140: hue angle of 39.19º 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 #EDB140 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 64 -
CMYK 0 0.25 0.73 0.07
HSL 39.19º 0.83% 0.59% -
HSV(B) 39.19º 0.73% 0.93% -
XYZ 51.57 49.82 11.75 -
YUV 182.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 237 177 64 0 0.25 0.73 0.07 39.19 0.83 0.59
Hex ED B1 40 0 19 49 7 27 53 3B
Octal 355 261 100 0 31 111 7 47 123 73
Binary 11101101 10110001 1000000 0 11001 1001001 111 100111 1010011 111011

Color Harmonies of #EDB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB140

Black with #EDB140

Text Example


Text Example

White with #EDB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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