Html Css Color HEX #EFD31C Broom

📋 copy color: '#EFD31C'

red 239 ◦ green 211 ◦ blue 28

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

Shades of Broom #EFD31C

Tints of Broom #EFD31C

RGB

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

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

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

R = 50%
G = 44.14%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFD31C (or 0xEFD31C) is known color: Broom. HEX triplet: EF, D3 and 1C. RGB value is (239,211,28). Sum of RGB (Red+Green+Blue) = 239+211+28=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD31C is #102CE3. Grayscale: #C7C7C7. Windows color (decimal): -1060068 or 1889263. OLE color: 1889263.

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

Color convert

RGB 239 211 28 -
CMYK 0 0.12 0.88 0.06
HSL 52.04º 0.87% 0.52% -
HSV(B) 52.04º 0.88% 0.94% -
XYZ 59.1 65.02 10.53 -
YUV 198.51 31.78 156.88 -
System Red Green Blue C M Y K H S L
Decimal 239 211 28 0 0.12 0.88 0.06 52.04 0.87 0.52
Hex EF D3 1C 0 C 58 6 34 57 34
Octal 357 323 34 0 14 130 6 64 127 64
Binary 11101111 11010011 11100 0 1100 1011000 110 110100 1010111 110100

Color Harmonies of #EFD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD31C

Black with #EFD31C

Text Example


Text Example

White with #EFD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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