Html Css Color HEX #EFD814 Broom

📋 copy color: '#EFD814'

red 239 ◦ green 216 ◦ blue 20

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

Shades of Broom #EFD814

Tints of Broom #EFD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 50.32%
G = 45.47%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD814 (or 0xEFD814) is known color: Broom. HEX triplet: EF, D8 and 14. RGB value is (239,216,20). Sum of RGB (Red+Green+Blue) = 239+216+20=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD814 is #1027EB. Grayscale: #C9C9C9. Windows color (decimal): -1058796 or 1366255. OLE color: 1366255.

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

Color convert

RGB 239 216 20 -
CMYK 0 0.10 0.92 0.06
HSL 53.7º 0.87% 0.51% -
HSV(B) 53.7º 0.92% 0.94% -
XYZ 60.28 67.51 10.52 -
YUV 200.53 26.12 155.44 -
System Red Green Blue C M Y K H S L
Decimal 239 216 20 0 0.10 0.92 0.06 53.7 0.87 0.51
Hex EF D8 14 0 A 5C 6 36 57 33
Octal 357 330 24 0 12 134 6 66 127 63
Binary 11101111 11011000 10100 0 1010 1011100 110 110110 1010111 110011

Color Harmonies of #EFD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD814

Black with #EFD814

Text Example


Text Example

White with #EFD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD814; }

 p { color: rgb(239,216,20); }

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

background-color css

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

 a { background-color: rgb(239,216,20); }

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

border-color css

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

 span { border-color: rgb(239,216,20); }

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