Html Css Color HEX #EFCB46 Festival

📋 copy color: '#EFCB46'

red 239 ◦ green 203 ◦ blue 70

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

Shades of Festival #EFCB46

Tints of Festival #EFCB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 46.68%
G = 39.65%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFCB46 (or 0xEFCB46) is known color: Festival. HEX triplet: EF, CB and 46. RGB value is (239,203,70). Sum of RGB (Red+Green+Blue) = 239+203+70=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB46 is #1034B9. Grayscale: #C7C7C7. Windows color (decimal): -1062074 or 4639727. OLE color: 4639727.

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

Color convert

RGB 239 203 70 -
CMYK 0 0.15 0.71 0.06
HSL 47.22º 0.84% 0.61% -
HSV(B) 47.22º 0.71% 0.94% -
XYZ 58.06 61.5 14.61 -
YUV 198.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 239 203 70 0 0.15 0.71 0.06 47.22 0.84 0.61
Hex EF CB 46 0 F 47 6 2F 54 3D
Octal 357 313 106 0 17 107 6 57 124 75
Binary 11101111 11001011 1000110 0 1111 1000111 110 101111 1010100 111101

Color Harmonies of #EFCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB46

Black with #EFCB46

Text Example


Text Example

White with #EFCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB46; }

 p { color: rgb(239,203,70); }

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

background-color css

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

 a { background-color: rgb(239,203,70); }

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

border-color css

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

 span { border-color: rgb(239,203,70); }

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