Html Css Color HEX #EDB241 Tulip Tree

📋 copy color: '#EDB241'

red 237 ◦ green 178 ◦ blue 65

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

Shades of Tulip Tree #EDB241

Tints of Tulip Tree #EDB241

RGB

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

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

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

R = 49.38%
G = 37.08%
B = 13.54%

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

#EDB241 (or 0xEDB241) is known color: Tulip Tree. HEX triplet: ED, B2 and 41. RGB value is (237,178,65). Sum of RGB (Red+Green+Blue) = 237+178+65=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB241 is #124DBE. Grayscale: #B7B7B7. Windows color (decimal): -1199551 or 4305645. OLE color: 4305645.

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

Color convert

RGB 237 178 65 -
CMYK 0 0.25 0.73 0.07
HSL 39.42º 0.83% 0.59% -
HSV(B) 39.42º 0.73% 0.93% -
XYZ 51.8 50.23 11.97 -
YUV 182.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 237 178 65 0 0.25 0.73 0.07 39.42 0.83 0.59
Hex ED B2 41 0 19 49 7 27 53 3B
Octal 355 262 101 0 31 111 7 47 123 73
Binary 11101101 10110010 1000001 0 11001 1001001 111 100111 1010011 111011

Color Harmonies of #EDB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB241

Black with #EDB241

Text Example


Text Example

White with #EDB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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