Html Css Color HEX #EFD612 Broom

📋 copy color: '#EFD612'

red 239 ◦ green 214 ◦ blue 18

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

Shades of Broom #EFD612

Tints of Broom #EFD612

RGB

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

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

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

R = 50.74%
G = 45.44%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD612 (or 0xEFD612) is known color: Broom. HEX triplet: EF, D6 and 12. RGB value is (239,214,18). Sum of RGB (Red+Green+Blue) = 239+214+18=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD612 is #1029ED. Grayscale: #C7C7C7. Windows color (decimal): -1059310 or 1234671. OLE color: 1234671.

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

Color convert

RGB 239 214 18 -
CMYK 0 0.10 0.92 0.06
HSL 53.21º 0.87% 0.5% -
HSV(B) 53.21º 0.92% 0.94% -
XYZ 59.75 66.49 10.26 -
YUV 199.13 25.78 156.44 -
System Red Green Blue C M Y K H S L
Decimal 239 214 18 0 0.10 0.92 0.06 53.21 0.87 0.5
Hex EF D6 12 0 A 5C 6 35 57 32
Octal 357 326 22 0 12 134 6 65 127 62
Binary 11101111 11010110 10010 0 1010 1011100 110 110101 1010111 110010

Color Harmonies of #EFD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD612

Black with #EFD612

Text Example


Text Example

White with #EFD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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