Html Css Color HEX #EFD745 Festival

📋 copy color: '#EFD745'

red 239 ◦ green 215 ◦ blue 69

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

Shades of Festival #EFD745

Tints of Festival #EFD745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

 BLUE value IS 69 (27.34% from 255) = 13.19%

R = 45.7%
G = 41.11%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFD745 (or 0xEFD745) is known color: Festival. HEX triplet: EF, D7 and 45. RGB value is (239,215,69). Sum of RGB (Red+Green+Blue) = 239+215+69=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD745 is #1028BA. Grayscale: #CECECE. Windows color (decimal): -1059003 or 4577263. OLE color: 4577263.

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

Color convert

RGB 239 215 69 -
CMYK 0 0.10 0.71 0.06
HSL 51.53º 0.84% 0.6% -
HSV(B) 51.53º 0.71% 0.94% -
XYZ 60.97 67.38 15.42 -
YUV 205.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 239 215 69 0 0.10 0.71 0.06 51.53 0.84 0.6
Hex EF D7 45 0 A 47 6 34 54 3C
Octal 357 327 105 0 12 107 6 64 124 74
Binary 11101111 11010111 1000101 0 1010 1000111 110 110100 1010100 111100

Color Harmonies of #EFD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD745

Black with #EFD745

Text Example


Text Example

White with #EFD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD745; }

 p { color: rgb(239,215,69); }

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

background-color css

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

 a { background-color: rgb(239,215,69); }

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

border-color css

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

 span { border-color: rgb(239,215,69); }

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