Html Css Color HEX #EFCD50 Festival

📋 copy color: '#EFCD50'

red 239 ◦ green 205 ◦ blue 80

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

Shades of Festival #EFCD50

Tints of Festival #EFCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.27%

R = 45.61%
G = 39.12%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCD50 (or 0xEFCD50) is known color: Festival. HEX triplet: EF, CD and 50. RGB value is (239,205,80). Sum of RGB (Red+Green+Blue) = 239+205+80=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD50 is #1032AF. Grayscale: #C9C9C9. Windows color (decimal): -1061552 or 5295599. OLE color: 5295599.

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

Color convert

RGB 239 205 80 -
CMYK 0 0.14 0.67 0.06
HSL 47.17º 0.83% 0.63% -
HSV(B) 47.17º 0.67% 0.94% -
XYZ 58.88 62.59 16.57 -
YUV 200.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 239 205 80 0 0.14 0.67 0.06 47.17 0.83 0.63
Hex EF CD 50 0 E 43 6 2F 53 3F
Octal 357 315 120 0 16 103 6 57 123 77
Binary 11101111 11001101 1010000 0 1110 1000011 110 101111 1010011 111111

Color Harmonies of #EFCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD50

Black with #EFCD50

Text Example


Text Example

White with #EFCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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