Html Css Color HEX #EFCD43 Festival

📋 copy color: '#EFCD43'

red 239 ◦ green 205 ◦ blue 67

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

Shades of Festival #EFCD43

Tints of Festival #EFCD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.11%

R = 46.77%
G = 40.12%
B = 13.11%

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

#EFCD43 (or 0xEFCD43) is known color: Festival. HEX triplet: EF, CD and 43. RGB value is (239,205,67). Sum of RGB (Red+Green+Blue) = 239+205+67=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD43 is #1032BC. Grayscale: #C8C8C8. Windows color (decimal): -1061565 or 4443631. OLE color: 4443631.

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

Color convert

RGB 239 205 67 -
CMYK 0 0.14 0.72 0.06
HSL 48.14º 0.84% 0.6% -
HSV(B) 48.14º 0.72% 0.94% -
XYZ 58.44 62.42 14.28 -
YUV 199.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 239 205 67 0 0.14 0.72 0.06 48.14 0.84 0.6
Hex EF CD 43 0 E 48 6 30 54 3C
Octal 357 315 103 0 16 110 6 60 124 74
Binary 11101111 11001101 1000011 0 1110 1001000 110 110000 1010100 111100

Color Harmonies of #EFCD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD43

Black with #EFCD43

Text Example


Text Example

White with #EFCD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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