Html Css Color HEX #EFD328 Broom

📋 copy color: '#EFD328'

red 239 ◦ green 211 ◦ blue 40

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

Shades of Broom #EFD328

Tints of Broom #EFD328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 40 (16.02% from 255) = 8.16%

R = 48.78%
G = 43.06%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD328 (or 0xEFD328) is known color: Broom. HEX triplet: EF, D3 and 28. RGB value is (239,211,40). Sum of RGB (Red+Green+Blue) = 239+211+40=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD328 is #102CD7. Grayscale: #C8C8C8. Windows color (decimal): -1060056 or 2675695. OLE color: 2675695.

HSL color Cylindrical-coordinate representation of color #EFD328: hue angle of 51.56º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFD328 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 40 -
CMYK 0 0.12 0.83 0.06
HSL 51.56º 0.86% 0.55% -
HSV(B) 51.56º 0.83% 0.94% -
XYZ 59.27 65.09 11.45 -
YUV 199.88 37.78 155.9 -
System Red Green Blue C M Y K H S L
Decimal 239 211 40 0 0.12 0.83 0.06 51.56 0.86 0.55
Hex EF D3 28 0 C 53 6 34 56 37
Octal 357 323 50 0 14 123 6 64 126 67
Binary 11101111 11010011 101000 0 1100 1010011 110 110100 1010110 110111

Color Harmonies of #EFD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD328

Black with #EFD328

Text Example


Text Example

White with #EFD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD328; }

 p { color: rgb(239,211,40); }

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

background-color css

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

 a { background-color: rgb(239,211,40); }

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

border-color css

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

 span { border-color: rgb(239,211,40); }

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