Html Css Color HEX #EFCD44 Festival

📋 copy color: '#EFCD44'

red 239 ◦ green 205 ◦ blue 68

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

Shades of Festival #EFCD44

Tints of Festival #EFCD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

 BLUE value IS 68 (26.95% from 255) = 13.28%

R = 46.68%
G = 40.04%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFCD44 (or 0xEFCD44) is known color: Festival. HEX triplet: EF, CD and 44. RGB value is (239,205,68). Sum of RGB (Red+Green+Blue) = 239+205+68=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD44 is #1032BB. Grayscale: #C8C8C8. Windows color (decimal): -1061564 or 4509167. OLE color: 4509167.

HSL color Cylindrical-coordinate representation of color #EFCD44: hue angle of 48.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFCD44 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 68 -
CMYK 0 0.14 0.72 0.06
HSL 48.07º 0.84% 0.6% -
HSV(B) 48.07º 0.72% 0.94% -
XYZ 58.47 62.43 14.44 -
YUV 199.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 239 205 68 0 0.14 0.72 0.06 48.07 0.84 0.6
Hex EF CD 44 0 E 48 6 30 54 3C
Octal 357 315 104 0 16 110 6 60 124 74
Binary 11101111 11001101 1000100 0 1110 1001000 110 110000 1010100 111100

Color Harmonies of #EFCD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD44

Black with #EFCD44

Text Example


Text Example

White with #EFCD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD44; }

 p { color: rgb(239,205,68); }

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

background-color css

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

 a { background-color: rgb(239,205,68); }

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

border-color css

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

 span { border-color: rgb(239,205,68); }

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