Html Css Color HEX #EFD43D Festival

📋 copy color: '#EFD43D'

red 239 ◦ green 212 ◦ blue 61

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

Shades of Festival #EFD43D

Tints of Festival #EFD43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 61 (24.22% from 255) = 11.91%

R = 46.68%
G = 41.41%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD43D (or 0xEFD43D) is known color: Festival. HEX triplet: EF, D4 and 3D. RGB value is (239,212,61). Sum of RGB (Red+Green+Blue) = 239+212+61=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43D is #102BC2. Grayscale: #CBCBCB. Windows color (decimal): -1059779 or 4052207. OLE color: 4052207.

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

Color convert

RGB 239 212 61 -
CMYK 0 0.11 0.74 0.06
HSL 50.9º 0.85% 0.59% -
HSV(B) 50.9º 0.74% 0.94% -
XYZ 59.98 65.77 13.95 -
YUV 202.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 239 212 61 0 0.11 0.74 0.06 50.9 0.85 0.59
Hex EF D4 3D 0 B 4A 6 33 55 3B
Octal 357 324 75 0 13 112 6 63 125 73
Binary 11101111 11010100 111101 0 1011 1001010 110 110011 1010101 111011

Color Harmonies of #EFD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD43D

Black with #EFD43D

Text Example


Text Example

White with #EFD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD43D; }

 p { color: rgb(239,212,61); }

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

background-color css

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

 a { background-color: rgb(239,212,61); }

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

border-color css

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

 span { border-color: rgb(239,212,61); }

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