Html Css Color HEX #EDAB46 Tulip Tree

📋 copy color: '#EDAB46'

red 237 ◦ green 171 ◦ blue 70

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

Shades of Tulip Tree #EDAB46

Tints of Tulip Tree #EDAB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.64%

R = 49.58%
G = 35.77%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDAB46 (or 0xEDAB46) is known color: Tulip Tree. HEX triplet: ED, AB and 46. RGB value is (237,171,70). Sum of RGB (Red+Green+Blue) = 237+171+70=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB46 is #1254B9. Grayscale: #B3B3B3. Windows color (decimal): -1201338 or 4631533. OLE color: 4631533.

HSL color Cylindrical-coordinate representation of color #EDAB46: hue angle of 36.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDAB46 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 70 -
CMYK 0 0.28 0.70 0.07
HSL 36.29º 0.82% 0.6% -
HSV(B) 36.29º 0.7% 0.93% -
XYZ 50.59 47.57 12.31 -
YUV 179.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 237 171 70 0 0.28 0.70 0.07 36.29 0.82 0.6
Hex ED AB 46 0 1C 46 7 24 52 3C
Octal 355 253 106 0 34 106 7 44 122 74
Binary 11101101 10101011 1000110 0 11100 1000110 111 100100 1010010 111100

Color Harmonies of #EDAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB46

Black with #EDAB46

Text Example


Text Example

White with #EDAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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