Html Css Color HEX #EDD612 Broom

📋 copy color: '#EDD612'

red 237 ◦ green 214 ◦ blue 18

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

Shades of Broom #EDD612

Tints of Broom #EDD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

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

R = 50.53%
G = 45.63%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD612 (or 0xEDD612) is known color: Broom. HEX triplet: ED, D6 and 12. RGB value is (237,214,18). Sum of RGB (Red+Green+Blue) = 237+214+18=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD612 is #1229ED. Grayscale: #C7C7C7. Windows color (decimal): -1190382 or 1234669. OLE color: 1234669.

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

Color convert

RGB 237 214 18 -
CMYK 0 0.10 0.92 0.07
HSL 53.7º 0.86% 0.5% -
HSV(B) 53.7º 0.92% 0.93% -
XYZ 59.08 66.14 10.22 -
YUV 198.53 26.12 155.44 -
System Red Green Blue C M Y K H S L
Decimal 237 214 18 0 0.10 0.92 0.07 53.7 0.86 0.5
Hex ED D6 12 0 A 5C 7 36 56 32
Octal 355 326 22 0 12 134 7 66 126 62
Binary 11101101 11010110 10010 0 1010 1011100 111 110110 1010110 110010

Color Harmonies of #EDD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD612

Black with #EDD612

Text Example


Text Example

White with #EDD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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