Html Css Color HEX #EFD34A Festival

📋 copy color: '#EFD34A'

red 239 ◦ green 211 ◦ blue 74

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

Shades of Festival #EFD34A

Tints of Festival #EFD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 45.61%
G = 40.27%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD34A (or 0xEFD34A) is known color: Festival. HEX triplet: EF, D3 and 4A. RGB value is (239,211,74). Sum of RGB (Red+Green+Blue) = 239+211+74=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD34A is #102CB5. Grayscale: #CCCCCC. Windows color (decimal): -1060022 or 4903919. OLE color: 4903919.

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

Color convert

RGB 239 211 74 -
CMYK 0 0.12 0.69 0.06
HSL 49.82º 0.84% 0.61% -
HSV(B) 49.82º 0.69% 0.94% -
XYZ 60.13 65.43 15.94 -
YUV 203.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 239 211 74 0 0.12 0.69 0.06 49.82 0.84 0.61
Hex EF D3 4A 0 C 45 6 32 54 3D
Octal 357 323 112 0 14 105 6 62 124 75
Binary 11101111 11010011 1001010 0 1100 1000101 110 110010 1010100 111101

Color Harmonies of #EFD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD34A

Black with #EFD34A

Text Example


Text Example

White with #EFD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD34A; }

 p { color: rgb(239,211,74); }

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

background-color css

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

 a { background-color: rgb(239,211,74); }

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

border-color css

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

 span { border-color: rgb(239,211,74); }

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