Html Css Color HEX #EFD525 Broom

📋 copy color: '#EFD525'

red 239 ◦ green 213 ◦ blue 37

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

Shades of Broom #EFD525

Tints of Broom #EFD525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

 BLUE value IS 37 (14.84% from 255) = 7.57%

R = 48.88%
G = 43.56%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFD525 (or 0xEFD525) is known color: Broom. HEX triplet: EF, D5 and 25. RGB value is (239,213,37). Sum of RGB (Red+Green+Blue) = 239+213+37=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD525 is #102ADA. Grayscale: #C9C9C9. Windows color (decimal): -1059547 or 2479599. OLE color: 2479599.

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

Color convert

RGB 239 213 37 -
CMYK 0 0.11 0.85 0.06
HSL 52.28º 0.86% 0.54% -
HSV(B) 52.28º 0.85% 0.94% -
XYZ 59.72 66.07 11.36 -
YUV 200.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 239 213 37 0 0.11 0.85 0.06 52.28 0.86 0.54
Hex EF D5 25 0 B 55 6 34 56 36
Octal 357 325 45 0 13 125 6 64 126 66
Binary 11101111 11010101 100101 0 1011 1010101 110 110100 1010110 110110

Color Harmonies of #EFD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD525

Black with #EFD525

Text Example


Text Example

White with #EFD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD525; }

 p { color: rgb(239,213,37); }

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

background-color css

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

 a { background-color: rgb(239,213,37); }

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

border-color css

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

 span { border-color: rgb(239,213,37); }

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