Html Css Color HEX #EDCD16 Broom

📋 copy color: '#EDCD16'

red 237 ◦ green 205 ◦ blue 22

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

Shades of Broom #EDCD16

Tints of Broom #EDCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 51.08%
G = 44.18%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDCD16 (or 0xEDCD16) is known color: Broom. HEX triplet: ED, CD and 16. RGB value is (237,205,22). Sum of RGB (Red+Green+Blue) = 237+205+22=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD16 is #1232E9. Grayscale: #C2C2C2. Windows color (decimal): -1192682 or 1494509. OLE color: 1494509.

HSL color Cylindrical-coordinate representation of color #EDCD16: hue angle of 51.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDCD16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 22 -
CMYK 0 0.14 0.91 0.07
HSL 51.07º 0.86% 0.51% -
HSV(B) 51.07º 0.91% 0.93% -
XYZ 56.9 61.73 9.67 -
YUV 193.71 31.1 158.88 -
System Red Green Blue C M Y K H S L
Decimal 237 205 22 0 0.14 0.91 0.07 51.07 0.86 0.51
Hex ED CD 16 0 E 5B 7 33 56 33
Octal 355 315 26 0 16 133 7 63 126 63
Binary 11101101 11001101 10110 0 1110 1011011 111 110011 1010110 110011

Color Harmonies of #EDCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD16

Black with #EDCD16

Text Example


Text Example

White with #EDCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD16; }

 p { color: rgb(237,205,22); }

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

background-color css

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

 a { background-color: rgb(237,205,22); }

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

border-color css

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

 span { border-color: rgb(237,205,22); }

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