Html Css Color HEX #EDAD33 Tulip Tree

📋 copy color: '#EDAD33'

red 237 ◦ green 173 ◦ blue 51

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

Shades of Tulip Tree #EDAD33

Tints of Tulip Tree #EDAD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 51 (20.31% from 255) = 11.06%

R = 51.41%
G = 37.53%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDAD33 (or 0xEDAD33) is known color: Tulip Tree. HEX triplet: ED, AD and 33. RGB value is (237,173,51). Sum of RGB (Red+Green+Blue) = 237+173+51=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD33 is #1252CC. Grayscale: #B2B2B2. Windows color (decimal): -1200845 or 3386861. OLE color: 3386861.

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

Color convert

RGB 237 173 51 -
CMYK 0 0.27 0.78 0.07
HSL 39.35º 0.84% 0.56% -
HSV(B) 39.35º 0.78% 0.93% -
XYZ 50.47 48.13 9.76 -
YUV 178.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 237 173 51 0 0.27 0.78 0.07 39.35 0.84 0.56
Hex ED AD 33 0 1B 4E 7 27 54 38
Octal 355 255 63 0 33 116 7 47 124 70
Binary 11101101 10101101 110011 0 11011 1001110 111 100111 1010100 111000

Color Harmonies of #EDAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD33

Black with #EDAD33

Text Example


Text Example

White with #EDAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD33; }

 p { color: rgb(237,173,51); }

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

background-color css

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

 a { background-color: rgb(237,173,51); }

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

border-color css

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

 span { border-color: rgb(237,173,51); }

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