Html Css Color HEX #EFD413 Broom

📋 copy color: '#EFD413'

red 239 ◦ green 212 ◦ blue 19

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

Shades of Broom #EFD413

Tints of Broom #EFD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 19 (7.81% from 255) = 4.04%

R = 50.85%
G = 45.11%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD413 (or 0xEFD413) is known color: Broom. HEX triplet: EF, D4 and 13. RGB value is (239,212,19). Sum of RGB (Red+Green+Blue) = 239+212+19=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD413 is #102BEC. Grayscale: #C6C6C6. Windows color (decimal): -1059821 or 1299695. OLE color: 1299695.

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

Color convert

RGB 239 212 19 -
CMYK 0 0.11 0.92 0.06
HSL 52.64º 0.87% 0.51% -
HSV(B) 52.64º 0.92% 0.94% -
XYZ 59.26 65.48 10.13 -
YUV 198.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 239 212 19 0 0.11 0.92 0.06 52.64 0.87 0.51
Hex EF D4 13 0 B 5C 6 35 57 33
Octal 357 324 23 0 13 134 6 65 127 63
Binary 11101111 11010100 10011 0 1011 1011100 110 110101 1010111 110011

Color Harmonies of #EFD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD413

Black with #EFD413

Text Example


Text Example

White with #EFD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD413; }

 p { color: rgb(239,212,19); }

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

background-color css

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

 a { background-color: rgb(239,212,19); }

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

border-color css

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

 span { border-color: rgb(239,212,19); }

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