Html Css Color HEX #EFCD4D Festival

📋 copy color: '#EFCD4D'

red 239 ◦ green 205 ◦ blue 77

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

Shades of Festival #EFCD4D

Tints of Festival #EFCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.78%

R = 45.87%
G = 39.35%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFCD4D (or 0xEFCD4D) is known color: Festival. HEX triplet: EF, CD and 4D. RGB value is (239,205,77). Sum of RGB (Red+Green+Blue) = 239+205+77=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4D is #1032B2. Grayscale: #C9C9C9. Windows color (decimal): -1061555 or 5098991. OLE color: 5098991.

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

Color convert

RGB 239 205 77 -
CMYK 0 0.14 0.68 0.06
HSL 47.41º 0.84% 0.62% -
HSV(B) 47.41º 0.68% 0.94% -
XYZ 58.77 62.55 16 -
YUV 200.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 239 205 77 0 0.14 0.68 0.06 47.41 0.84 0.62
Hex EF CD 4D 0 E 44 6 2F 54 3E
Octal 357 315 115 0 16 104 6 57 124 76
Binary 11101111 11001101 1001101 0 1110 1000100 110 101111 1010100 111110

Color Harmonies of #EFCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD4D

Black with #EFCD4D

Text Example


Text Example

White with #EFCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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