Html Css Color HEX #EDAD32 Tulip Tree

📋 copy color: '#EDAD32'

red 237 ◦ green 173 ◦ blue 50

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

Shades of Tulip Tree #EDAD32

Tints of Tulip Tree #EDAD32

RGB

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

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

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

R = 51.52%
G = 37.61%
B = 10.87%

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

#EDAD32 (or 0xEDAD32) is known color: Tulip Tree. HEX triplet: ED, AD and 32. RGB value is (237,173,50). Sum of RGB (Red+Green+Blue) = 237+173+50=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD32 is #1252CD. Grayscale: #B2B2B2. Windows color (decimal): -1200846 or 3321325. OLE color: 3321325.

HSL color Cylindrical-coordinate representation of color #EDAD32: hue angle of 39.47º 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 #EDAD32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 50 -
CMYK 0 0.27 0.79 0.07
HSL 39.47º 0.84% 0.56% -
HSV(B) 39.47º 0.79% 0.93% -
XYZ 50.44 48.12 9.65 -
YUV 178.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 237 173 50 0 0.27 0.79 0.07 39.47 0.84 0.56
Hex ED AD 32 0 1B 4F 7 27 54 38
Octal 355 255 62 0 33 117 7 47 124 70
Binary 11101101 10101101 110010 0 11011 1001111 111 100111 1010100 111000

Color Harmonies of #EDAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD32

Black with #EDAD32

Text Example


Text Example

White with #EDAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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