Html Css Color HEX #EFD312 Broom

📋 copy color: '#EFD312'

red 239 ◦ green 211 ◦ blue 18

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

Shades of Broom #EFD312

Tints of Broom #EFD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 51.07%
G = 45.09%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD312 (or 0xEFD312) is known color: Broom. HEX triplet: EF, D3 and 12. RGB value is (239,211,18). Sum of RGB (Red+Green+Blue) = 239+211+18=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD312 is #102CED. Grayscale: #C6C6C6. Windows color (decimal): -1060078 or 1233903. OLE color: 1233903.

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

Color convert

RGB 239 211 18 -
CMYK 0 0.12 0.92 0.06
HSL 52.4º 0.87% 0.5% -
HSV(B) 52.4º 0.92% 0.94% -
XYZ 59 64.98 10.01 -
YUV 197.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 239 211 18 0 0.12 0.92 0.06 52.4 0.87 0.5
Hex EF D3 12 0 C 5C 6 34 57 32
Octal 357 323 22 0 14 134 6 64 127 62
Binary 11101111 11010011 10010 0 1100 1011100 110 110100 1010111 110010

Color Harmonies of #EFD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD312

Black with #EFD312

Text Example


Text Example

White with #EFD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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