Html Css Color HEX #EFD215 Broom

📋 copy color: '#EFD215'

red 239 ◦ green 210 ◦ blue 21

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

Shades of Broom #EFD215

Tints of Broom #EFD215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 50.85%
G = 44.68%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFD215 (or 0xEFD215) is known color: Broom. HEX triplet: EF, D2 and 15. RGB value is (239,210,21). Sum of RGB (Red+Green+Blue) = 239+210+21=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD215 is #102DEA. Grayscale: #C5C5C5. Windows color (decimal): -1060331 or 1430255. OLE color: 1430255.

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

Color convert

RGB 239 210 21 -
CMYK 0 0.12 0.91 0.06
HSL 52.02º 0.87% 0.51% -
HSV(B) 52.02º 0.91% 0.94% -
XYZ 58.78 64.5 10.06 -
YUV 197.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 239 210 21 0 0.12 0.91 0.06 52.02 0.87 0.51
Hex EF D2 15 0 C 5B 6 34 57 33
Octal 357 322 25 0 14 133 6 64 127 63
Binary 11101111 11010010 10101 0 1100 1011011 110 110100 1010111 110011

Color Harmonies of #EFD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD215

Black with #EFD215

Text Example


Text Example

White with #EFD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD215; }

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

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

background-color css

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

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

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

border-color css

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

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

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