Html Css Color HEX #EFD210 Broom

📋 copy color: '#EFD210'

red 239 ◦ green 210 ◦ blue 16

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

Shades of Broom #EFD210

Tints of Broom #EFD210

RGB

 RED value IS 239 (93.75% from 255) = 51.4%

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 51.4%
G = 45.16%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFD210 (or 0xEFD210) is known color: Broom. HEX triplet: EF, D2 and 10. RGB value is (239,210,16). Sum of RGB (Red+Green+Blue) = 239+210+16=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD210 is #102DEF. Grayscale: #C5C5C5. Windows color (decimal): -1060336 or 1102575. OLE color: 1102575.

HSL color Cylindrical-coordinate representation of color #EFD210: hue angle of 52.2º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFD210 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 16 -
CMYK 0 0.12 0.93 0.06
HSL 52.2º 0.87% 0.5% -
HSV(B) 52.2º 0.93% 0.94% -
XYZ 58.74 64.48 9.84 -
YUV 196.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 239 210 16 0 0.12 0.93 0.06 52.2 0.87 0.5
Hex EF D2 10 0 C 5D 6 34 57 32
Octal 357 322 20 0 14 135 6 64 127 62
Binary 11101111 11010010 10000 0 1100 1011101 110 110100 1010111 110010

Color Harmonies of #EFD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD210

Black with #EFD210

Text Example


Text Example

White with #EFD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD210; }

 p { color: rgb(239,210,16); }

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

background-color css

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

 a { background-color: rgb(239,210,16); }

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

border-color css

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

 span { border-color: rgb(239,210,16); }

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