Html Css Color HEX #EDAE42 Tulip Tree

📋 copy color: '#EDAE42'

red 237 ◦ green 174 ◦ blue 66

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

Shades of Tulip Tree #EDAE42

Tints of Tulip Tree #EDAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 66 (26.17% from 255) = 13.84%

R = 49.69%
G = 36.48%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDAE42 (or 0xEDAE42) is known color: Tulip Tree. HEX triplet: ED, AE and 42. RGB value is (237,174,66). Sum of RGB (Red+Green+Blue) = 237+174+66=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE42 is #1251BD. Grayscale: #B5B5B5. Windows color (decimal): -1200574 or 4370157. OLE color: 4370157.

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

Color convert

RGB 237 174 66 -
CMYK 0 0.27 0.72 0.07
HSL 37.89º 0.83% 0.59% -
HSV(B) 37.89º 0.72% 0.93% -
XYZ 51.04 48.67 11.86 -
YUV 180.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 237 174 66 0 0.27 0.72 0.07 37.89 0.83 0.59
Hex ED AE 42 0 1B 48 7 26 53 3B
Octal 355 256 102 0 33 110 7 46 123 73
Binary 11101101 10101110 1000010 0 11011 1001000 111 100110 1010011 111011

Color Harmonies of #EDAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE42

Black with #EDAE42

Text Example


Text Example

White with #EDAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE42; }

 p { color: rgb(237,174,66); }

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

background-color css

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

 a { background-color: rgb(237,174,66); }

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

border-color css

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

 span { border-color: rgb(237,174,66); }

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