Html Css Color HEX #EDAE43 Tulip Tree

📋 copy color: '#EDAE43'

red 237 ◦ green 174 ◦ blue 67

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

Shades of Tulip Tree #EDAE43

Tints of Tulip Tree #EDAE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.02%

R = 49.58%
G = 36.4%
B = 14.02%

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

#EDAE43 (or 0xEDAE43) is known color: Tulip Tree. HEX triplet: ED, AE and 43. RGB value is (237,174,67). Sum of RGB (Red+Green+Blue) = 237+174+67=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE43 is #1251BC. Grayscale: #B5B5B5. Windows color (decimal): -1200573 or 4435693. OLE color: 4435693.

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

Color convert

RGB 237 174 67 -
CMYK 0 0.27 0.72 0.07
HSL 37.76º 0.83% 0.6% -
HSV(B) 37.76º 0.72% 0.93% -
XYZ 51.07 48.68 12.01 -
YUV 180.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 237 174 67 0 0.27 0.72 0.07 37.76 0.83 0.6
Hex ED AE 43 0 1B 48 7 26 53 3C
Octal 355 256 103 0 33 110 7 46 123 74
Binary 11101101 10101110 1000011 0 11011 1001000 111 100110 1010011 111100

Color Harmonies of #EDAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE43

Black with #EDAE43

Text Example


Text Example

White with #EDAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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