Html Css Color HEX #EFD515 Broom

📋 copy color: '#EFD515'

red 239 ◦ green 213 ◦ blue 21

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

Shades of Broom #EFD515

Tints of Broom #EFD515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.44%

R = 50.53%
G = 45.03%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFD515 (or 0xEFD515) is known color: Broom. HEX triplet: EF, D5 and 15. RGB value is (239,213,21). Sum of RGB (Red+Green+Blue) = 239+213+21=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD515 is #102AEA. Grayscale: #C7C7C7. Windows color (decimal): -1059563 or 1431023. OLE color: 1431023.

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

Color convert

RGB 239 213 21 -
CMYK 0 0.11 0.91 0.06
HSL 52.84º 0.87% 0.51% -
HSV(B) 52.84º 0.91% 0.94% -
XYZ 59.53 65.99 10.31 -
YUV 198.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 239 213 21 0 0.11 0.91 0.06 52.84 0.87 0.51
Hex EF D5 15 0 B 5B 6 35 57 33
Octal 357 325 25 0 13 133 6 65 127 63
Binary 11101111 11010101 10101 0 1011 1011011 110 110101 1010111 110011

Color Harmonies of #EFD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD515

Black with #EFD515

Text Example


Text Example

White with #EFD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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