Html Css Color HEX #EFD43E Festival

📋 copy color: '#EFD43E'

red 239 ◦ green 212 ◦ blue 62

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

Shades of Festival #EFD43E

Tints of Festival #EFD43E

RGB

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

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

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

R = 46.59%
G = 41.33%
B = 12.09%

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

#EFD43E (or 0xEFD43E) is known color: Festival. HEX triplet: EF, D4 and 3E. RGB value is (239,212,62). Sum of RGB (Red+Green+Blue) = 239+212+62=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43E is #102BC1. Grayscale: #CBCBCB. Windows color (decimal): -1059778 or 4117743. OLE color: 4117743.

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

Color convert

RGB 239 212 62 -
CMYK 0 0.11 0.74 0.06
HSL 50.85º 0.85% 0.59% -
HSV(B) 50.85º 0.74% 0.94% -
XYZ 60.01 65.79 14.09 -
YUV 202.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 239 212 62 0 0.11 0.74 0.06 50.85 0.85 0.59
Hex EF D4 3E 0 B 4A 6 33 55 3B
Octal 357 324 76 0 13 112 6 63 125 73
Binary 11101111 11010100 111110 0 1011 1001010 110 110011 1010101 111011

Color Harmonies of #EFD43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD43E

Black with #EFD43E

Text Example


Text Example

White with #EFD43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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