Html Css Color HEX #EDA63E Tulip Tree

📋 copy color: '#EDA63E'

red 237 ◦ green 166 ◦ blue 62

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

Shades of Tulip Tree #EDA63E

Tints of Tulip Tree #EDA63E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 50.97%
G = 35.7%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDA63E (or 0xEDA63E) is known color: Tulip Tree. HEX triplet: ED, A6 and 3E. RGB value is (237,166,62). Sum of RGB (Red+Green+Blue) = 237+166+62=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA63E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA63E is #1259C1. Grayscale: #AFAFAF. Windows color (decimal): -1202626 or 4105965. OLE color: 4105965.

HSL color Cylindrical-coordinate representation of color #EDA63E: hue angle of 35.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA63E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 62 -
CMYK 0 0.30 0.74 0.07
HSL 35.66º 0.83% 0.59% -
HSV(B) 35.66º 0.74% 0.93% -
XYZ 49.43 45.62 10.76 -
YUV 175.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 237 166 62 0 0.30 0.74 0.07 35.66 0.83 0.59
Hex ED A6 3E 0 1E 4A 7 24 53 3B
Octal 355 246 76 0 36 112 7 44 123 73
Binary 11101101 10100110 111110 0 11110 1001010 111 100100 1010011 111011

Color Harmonies of #EDA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA63E

Black with #EDA63E

Text Example


Text Example

White with #EDA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA63E; }

 p { color: rgb(237,166,62); }

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

background-color css

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

 a { background-color: rgb(237,166,62); }

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

border-color css

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

 span { border-color: rgb(237,166,62); }

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