Html Css Color HEX #EFD010 Broom

📋 copy color: '#EFD010'

red 239 ◦ green 208 ◦ blue 16

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

Shades of Broom #EFD010

Tints of Broom #EFD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 51.62%
G = 44.92%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFD010 (or 0xEFD010) is known color: Broom. HEX triplet: EF, D0 and 10. RGB value is (239,208,16). Sum of RGB (Red+Green+Blue) = 239+208+16=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD010 is #102FEF. Grayscale: #C4C4C4. Windows color (decimal): -1060848 or 1102063. OLE color: 1102063.

HSL color Cylindrical-coordinate representation of color #EFD010: hue angle of 51.66º 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 #EFD010 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 16 -
CMYK 0 0.13 0.93 0.06
HSL 51.66º 0.87% 0.5% -
HSV(B) 51.66º 0.93% 0.94% -
XYZ 58.25 63.5 9.68 -
YUV 195.38 26.77 159.11 -
System Red Green Blue C M Y K H S L
Decimal 239 208 16 0 0.13 0.93 0.06 51.66 0.87 0.5
Hex EF D0 10 0 D 5D 6 34 57 32
Octal 357 320 20 0 15 135 6 64 127 62
Binary 11101111 11010000 10000 0 1101 1011101 110 110100 1010111 110010

Color Harmonies of #EFD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD010

Black with #EFD010

Text Example


Text Example

White with #EFD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD010; }

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

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

background-color css

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

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

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

border-color css

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

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

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