Html Css Color HEX #EFDC1C Broom

📋 copy color: '#EFDC1C'

red 239 ◦ green 220 ◦ blue 28

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

Shades of Broom #EFDC1C

Tints of Broom #EFDC1C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 49.08%
G = 45.17%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFDC1C (or 0xEFDC1C) is known color: Broom. HEX triplet: EF, DC and 1C. RGB value is (239,220,28). Sum of RGB (Red+Green+Blue) = 239+220+28=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1C is #1023E3. Grayscale: #CCCCCC. Windows color (decimal): -1057764 or 1891567. OLE color: 1891567.

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

Color convert

RGB 239 220 28 -
CMYK 0 0.08 0.88 0.06
HSL 54.6º 0.87% 0.52% -
HSV(B) 54.6º 0.88% 0.94% -
XYZ 61.4 69.62 11.3 -
YUV 203.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 239 220 28 0 0.08 0.88 0.06 54.6 0.87 0.52
Hex EF DC 1C 0 8 58 6 37 57 34
Octal 357 334 34 0 10 130 6 67 127 64
Binary 11101111 11011100 11100 0 1000 1011000 110 110111 1010111 110100

Color Harmonies of #EFDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC1C

Black with #EFDC1C

Text Example


Text Example

White with #EFDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC1C; }

 p { color: rgb(239,220,28); }

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

background-color css

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

 a { background-color: rgb(239,220,28); }

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

border-color css

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

 span { border-color: rgb(239,220,28); }

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