Html Css Color HEX #EFCE4B Festival

📋 copy color: '#EFCE4B'

red 239 ◦ green 206 ◦ blue 75

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

Shades of Festival #EFCE4B

Tints of Festival #EFCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 45.96%
G = 39.62%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFCE4B (or 0xEFCE4B) is known color: Festival. HEX triplet: EF, CE and 4B. RGB value is (239,206,75). Sum of RGB (Red+Green+Blue) = 239+206+75=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE4B is #1031B4. Grayscale: #C9C9C9. Windows color (decimal): -1061301 or 4968175. OLE color: 4968175.

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

Color convert

RGB 239 206 75 -
CMYK 0 0.14 0.69 0.06
HSL 47.93º 0.84% 0.62% -
HSV(B) 47.93º 0.69% 0.94% -
XYZ 58.94 63 15.71 -
YUV 200.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 239 206 75 0 0.14 0.69 0.06 47.93 0.84 0.62
Hex EF CE 4B 0 E 45 6 30 54 3E
Octal 357 316 113 0 16 105 6 60 124 76
Binary 11101111 11001110 1001011 0 1110 1000101 110 110000 1010100 111110

Color Harmonies of #EFCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE4B

Black with #EFCE4B

Text Example


Text Example

White with #EFCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE4B; }

 p { color: rgb(239,206,75); }

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

background-color css

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

 a { background-color: rgb(239,206,75); }

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

border-color css

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

 span { border-color: rgb(239,206,75); }

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