Html Css Color HEX #EDAB41 Tulip Tree

📋 copy color: '#EDAB41'

red 237 ◦ green 171 ◦ blue 65

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

Shades of Tulip Tree #EDAB41

Tints of Tulip Tree #EDAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 50.11%
G = 36.15%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDAB41 (or 0xEDAB41) is known color: Tulip Tree. HEX triplet: ED, AB and 41. RGB value is (237,171,65). Sum of RGB (Red+Green+Blue) = 237+171+65=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB41 is #1254BE. Grayscale: #B3B3B3. Windows color (decimal): -1201343 or 4303853. OLE color: 4303853.

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

Color convert

RGB 237 171 65 -
CMYK 0 0.28 0.73 0.07
HSL 36.98º 0.83% 0.59% -
HSV(B) 36.98º 0.73% 0.93% -
XYZ 50.44 47.51 11.51 -
YUV 178.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 237 171 65 0 0.28 0.73 0.07 36.98 0.83 0.59
Hex ED AB 41 0 1C 49 7 25 53 3B
Octal 355 253 101 0 34 111 7 45 123 73
Binary 11101101 10101011 1000001 0 11100 1001001 111 100101 1010011 111011

Color Harmonies of #EDAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB41

Black with #EDAB41

Text Example


Text Example

White with #EDAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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