Html Css Color HEX #EFD820 Broom

📋 copy color: '#EFD820'

red 239 ◦ green 216 ◦ blue 32

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

Shades of Broom #EFD820

Tints of Broom #EFD820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.57%

R = 49.08%
G = 44.35%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFD820 (or 0xEFD820) is known color: Broom. HEX triplet: EF, D8 and 20. RGB value is (239,216,32). Sum of RGB (Red+Green+Blue) = 239+216+32=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD820 is #1027DF. Grayscale: #CACACA. Windows color (decimal): -1058784 or 2152687. OLE color: 2152687.

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

Color convert

RGB 239 216 32 -
CMYK 0 0.10 0.87 0.06
HSL 53.33º 0.87% 0.53% -
HSV(B) 53.33º 0.87% 0.94% -
XYZ 60.41 67.57 11.22 -
YUV 201.9 32.12 154.46 -
System Red Green Blue C M Y K H S L
Decimal 239 216 32 0 0.10 0.87 0.06 53.33 0.87 0.53
Hex EF D8 20 0 A 57 6 35 57 35
Octal 357 330 40 0 12 127 6 65 127 65
Binary 11101111 11011000 100000 0 1010 1010111 110 110101 1010111 110101

Color Harmonies of #EFD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD820

Black with #EFD820

Text Example


Text Example

White with #EFD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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