Html Css Color HEX #EDAE32 Tulip Tree

📋 copy color: '#EDAE32'

red 237 ◦ green 174 ◦ blue 50

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

Shades of Tulip Tree #EDAE32

Tints of Tulip Tree #EDAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 51.41%
G = 37.74%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDAE32 (or 0xEDAE32) is known color: Tulip Tree. HEX triplet: ED, AE and 32. RGB value is (237,174,50). Sum of RGB (Red+Green+Blue) = 237+174+50=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE32 is #1251CD. Grayscale: #B3B3B3. Windows color (decimal): -1200590 or 3321581. OLE color: 3321581.

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

Color convert

RGB 237 174 50 -
CMYK 0 0.27 0.79 0.07
HSL 39.79º 0.84% 0.56% -
HSV(B) 39.79º 0.79% 0.93% -
XYZ 50.64 48.51 9.71 -
YUV 178.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 237 174 50 0 0.27 0.79 0.07 39.79 0.84 0.56
Hex ED AE 32 0 1B 4F 7 28 54 38
Octal 355 256 62 0 33 117 7 50 124 70
Binary 11101101 10101110 110010 0 11011 1001111 111 101000 1010100 111000

Color Harmonies of #EDAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE32

Black with #EDAE32

Text Example


Text Example

White with #EDAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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