Html Css Color HEX #EFCD3E Festival

📋 copy color: '#EFCD3E'

red 239 ◦ green 205 ◦ blue 62

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

Shades of Festival #EFCD3E

Tints of Festival #EFCD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.25%

R = 47.23%
G = 40.51%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFCD3E (or 0xEFCD3E) is known color: Festival. HEX triplet: EF, CD and 3E. RGB value is (239,205,62). Sum of RGB (Red+Green+Blue) = 239+205+62=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD3E is #1032C1. Grayscale: #C7C7C7. Windows color (decimal): -1061570 or 4115951. OLE color: 4115951.

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

Color convert

RGB 239 205 62 -
CMYK 0 0.14 0.74 0.06
HSL 48.47º 0.85% 0.59% -
HSV(B) 48.47º 0.74% 0.94% -
XYZ 58.3 62.36 13.52 -
YUV 198.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 239 205 62 0 0.14 0.74 0.06 48.47 0.85 0.59
Hex EF CD 3E 0 E 4A 6 30 55 3B
Octal 357 315 76 0 16 112 6 60 125 73
Binary 11101111 11001101 111110 0 1110 1001010 110 110000 1010101 111011

Color Harmonies of #EFCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD3E

Black with #EFCD3E

Text Example


Text Example

White with #EFCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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