Html Css Color HEX #EDCF16 Broom

📋 copy color: '#EDCF16'

red 237 ◦ green 207 ◦ blue 22

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

Shades of Broom #EDCF16

Tints of Broom #EDCF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

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

R = 50.86%
G = 44.42%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDCF16 (or 0xEDCF16) is known color: Broom. HEX triplet: ED, CF and 16. RGB value is (237,207,22). Sum of RGB (Red+Green+Blue) = 237+207+22=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF16 is #1230E9. Grayscale: #C3C3C3. Windows color (decimal): -1192170 or 1495021. OLE color: 1495021.

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

Color convert

RGB 237 207 22 -
CMYK 0 0.13 0.91 0.07
HSL 51.63º 0.86% 0.51% -
HSV(B) 51.63º 0.91% 0.93% -
XYZ 57.38 62.69 9.83 -
YUV 194.88 30.44 158.04 -
System Red Green Blue C M Y K H S L
Decimal 237 207 22 0 0.13 0.91 0.07 51.63 0.86 0.51
Hex ED CF 16 0 D 5B 7 34 56 33
Octal 355 317 26 0 15 133 7 64 126 63
Binary 11101101 11001111 10110 0 1101 1011011 111 110100 1010110 110011

Color Harmonies of #EDCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF16

Black with #EDCF16

Text Example


Text Example

White with #EDCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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