Html Css Color HEX #EDCD15 Broom

📋 copy color: '#EDCD15'

red 237 ◦ green 205 ◦ blue 21

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

Shades of Broom #EDCD15

Tints of Broom #EDCD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.54%

R = 51.19%
G = 44.28%
B = 4.54%

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

#EDCD15 (or 0xEDCD15) is known color: Broom. HEX triplet: ED, CD and 15. RGB value is (237,205,21). Sum of RGB (Red+Green+Blue) = 237+205+21=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD15 is #1232EA. Grayscale: #C2C2C2. Windows color (decimal): -1192683 or 1428973. OLE color: 1428973.

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

Color convert

RGB 237 205 21 -
CMYK 0 0.14 0.91 0.07
HSL 51.11º 0.86% 0.51% -
HSV(B) 51.11º 0.91% 0.93% -
XYZ 56.89 61.72 9.62 -
YUV 193.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 237 205 21 0 0.14 0.91 0.07 51.11 0.86 0.51
Hex ED CD 15 0 E 5B 7 33 56 33
Octal 355 315 25 0 16 133 7 63 126 63
Binary 11101101 11001101 10101 0 1110 1011011 111 110011 1010110 110011

Color Harmonies of #EDCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD15

Black with #EDCD15

Text Example


Text Example

White with #EDCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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