Html Css Color HEX #EFD012 Broom

📋 copy color: '#EFD012'

red 239 ◦ green 208 ◦ blue 18

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

Shades of Broom #EFD012

Tints of Broom #EFD012

RGB

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

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

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

R = 51.4%
G = 44.73%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD012 (or 0xEFD012) is known color: Broom. HEX triplet: EF, D0 and 12. RGB value is (239,208,18). Sum of RGB (Red+Green+Blue) = 239+208+18=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD012 is #102FED. Grayscale: #C4C4C4. Windows color (decimal): -1060846 or 1233135. OLE color: 1233135.

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

Color convert

RGB 239 208 18 -
CMYK 0 0.13 0.92 0.06
HSL 51.58º 0.87% 0.5% -
HSV(B) 51.58º 0.92% 0.94% -
XYZ 58.26 63.51 9.76 -
YUV 195.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 239 208 18 0 0.13 0.92 0.06 51.58 0.87 0.5
Hex EF D0 12 0 D 5C 6 34 57 32
Octal 357 320 22 0 15 134 6 64 127 62
Binary 11101111 11010000 10010 0 1101 1011100 110 110100 1010111 110010

Color Harmonies of #EFD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD012

Black with #EFD012

Text Example


Text Example

White with #EFD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD012; }

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

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

background-color css

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

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

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

border-color css

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

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

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