Html Css Color HEX #EDD315 Broom

📋 copy color: '#EDD315'

red 237 ◦ green 211 ◦ blue 21

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

Shades of Broom #EDD315

Tints of Broom #EDD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.99%

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

R = 50.53%
G = 44.99%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDD315 (or 0xEDD315) is known color: Broom. HEX triplet: ED, D3 and 15. RGB value is (237,211,21). Sum of RGB (Red+Green+Blue) = 237+211+21=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD315 is #122CEA. Grayscale: #C5C5C5. Windows color (decimal): -1191147 or 1430509. OLE color: 1430509.

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

Color convert

RGB 237 211 21 -
CMYK 0 0.11 0.91 0.07
HSL 52.78º 0.86% 0.51% -
HSV(B) 52.78º 0.91% 0.93% -
XYZ 58.35 64.65 10.11 -
YUV 197.11 28.61 156.45 -
System Red Green Blue C M Y K H S L
Decimal 237 211 21 0 0.11 0.91 0.07 52.78 0.86 0.51
Hex ED D3 15 0 B 5B 7 35 56 33
Octal 355 323 25 0 13 133 7 65 126 63
Binary 11101101 11010011 10101 0 1011 1011011 111 110101 1010110 110011

Color Harmonies of #EDD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD315

Black with #EDD315

Text Example


Text Example

White with #EDD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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