Html Css Color HEX #EFD510 Broom

📋 copy color: '#EFD510'

red 239 ◦ green 213 ◦ blue 16

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

Shades of Broom #EFD510

Tints of Broom #EFD510

RGB

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

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

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

R = 51.07%
G = 45.51%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFD510 (or 0xEFD510) is known color: Broom. HEX triplet: EF, D5 and 10. RGB value is (239,213,16). Sum of RGB (Red+Green+Blue) = 239+213+16=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD510 is #102AEF. Grayscale: #C7C7C7. Windows color (decimal): -1059568 or 1103343. OLE color: 1103343.

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

Color convert

RGB 239 213 16 -
CMYK 0 0.11 0.93 0.06
HSL 53º 0.87% 0.5% -
HSV(B) 53º 0.93% 0.94% -
XYZ 59.48 65.98 10.09 -
YUV 198.32 25.11 157.02 -
System Red Green Blue C M Y K H S L
Decimal 239 213 16 0 0.11 0.93 0.06 53 0.87 0.5
Hex EF D5 10 0 B 5D 6 35 57 32
Octal 357 325 20 0 13 135 6 65 127 62
Binary 11101111 11010101 10000 0 1011 1011101 110 110101 1010111 110010

Color Harmonies of #EFD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD510

Black with #EFD510

Text Example


Text Example

White with #EFD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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