Html Css Color HEX #EDB240 Tulip Tree

📋 copy color: '#EDB240'

red 237 ◦ green 178 ◦ blue 64

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

Shades of Tulip Tree #EDB240

Tints of Tulip Tree #EDB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 49.48%
G = 37.16%
B = 13.36%

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

#EDB240 (or 0xEDB240) is known color: Tulip Tree. HEX triplet: ED, B2 and 40. RGB value is (237,178,64). Sum of RGB (Red+Green+Blue) = 237+178+64=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB240 is #124DBF. Grayscale: #B7B7B7. Windows color (decimal): -1199552 or 4240109. OLE color: 4240109.

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

Color convert

RGB 237 178 64 -
CMYK 0 0.25 0.73 0.07
HSL 39.54º 0.83% 0.59% -
HSV(B) 39.54º 0.73% 0.93% -
XYZ 51.77 50.22 11.81 -
YUV 182.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 237 178 64 0 0.25 0.73 0.07 39.54 0.83 0.59
Hex ED B2 40 0 19 49 7 28 53 3B
Octal 355 262 100 0 31 111 7 50 123 73
Binary 11101101 10110010 1000000 0 11001 1001001 111 101000 1010011 111011

Color Harmonies of #EDB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB240

Black with #EDB240

Text Example


Text Example

White with #EDB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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