Html Css Color HEX #EFD512 Broom

📋 copy color: '#EFD512'

red 239 ◦ green 213 ◦ blue 18

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

Shades of Broom #EFD512

Tints of Broom #EFD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

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

R = 50.85%
G = 45.32%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD512 (or 0xEFD512) is known color: Broom. HEX triplet: EF, D5 and 12. RGB value is (239,213,18). Sum of RGB (Red+Green+Blue) = 239+213+18=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD512 is #102AED. Grayscale: #C7C7C7. Windows color (decimal): -1059566 or 1234415. OLE color: 1234415.

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

Color convert

RGB 239 213 18 -
CMYK 0 0.11 0.92 0.06
HSL 52.94º 0.87% 0.5% -
HSV(B) 52.94º 0.92% 0.94% -
XYZ 59.5 65.98 10.17 -
YUV 198.54 26.11 156.86 -
System Red Green Blue C M Y K H S L
Decimal 239 213 18 0 0.11 0.92 0.06 52.94 0.87 0.5
Hex EF D5 12 0 B 5C 6 35 57 32
Octal 357 325 22 0 13 134 6 65 127 62
Binary 11101111 11010101 10010 0 1011 1011100 110 110101 1010111 110010

Color Harmonies of #EFD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD512

Black with #EFD512

Text Example


Text Example

White with #EFD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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