Html Css Color HEX #EDD712 Broom

📋 copy color: '#EDD712'

red 237 ◦ green 215 ◦ blue 18

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

Shades of Broom #EDD712

Tints of Broom #EDD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 50.43%
G = 45.74%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD712 (or 0xEDD712) is known color: Broom. HEX triplet: ED, D7 and 12. RGB value is (237,215,18). Sum of RGB (Red+Green+Blue) = 237+215+18=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD712 is #1228ED. Grayscale: #C7C7C7. Windows color (decimal): -1190126 or 1234925. OLE color: 1234925.

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

Color convert

RGB 237 215 18 -
CMYK 0 0.09 0.92 0.07
HSL 53.97º 0.86% 0.5% -
HSV(B) 53.97º 0.92% 0.93% -
XYZ 59.33 66.65 10.31 -
YUV 199.12 25.79 155.02 -
System Red Green Blue C M Y K H S L
Decimal 237 215 18 0 0.09 0.92 0.07 53.97 0.86 0.5
Hex ED D7 12 0 9 5C 7 36 56 32
Octal 355 327 22 0 11 134 7 66 126 62
Binary 11101101 11010111 10010 0 1001 1011100 111 110110 1010110 110010

Color Harmonies of #EDD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD712

Black with #EDD712

Text Example


Text Example

White with #EDD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD712; }

 p { color: rgb(237,215,18); }

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

background-color css

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

 a { background-color: rgb(237,215,18); }

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

border-color css

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

 span { border-color: rgb(237,215,18); }

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