Html Css Color HEX #EFCB48 Festival

📋 copy color: '#EFCB48'

red 239 ◦ green 203 ◦ blue 72

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

Shades of Festival #EFCB48

Tints of Festival #EFCB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.01%

R = 46.5%
G = 39.49%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFCB48 (or 0xEFCB48) is known color: Festival. HEX triplet: EF, CB and 48. RGB value is (239,203,72). Sum of RGB (Red+Green+Blue) = 239+203+72=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB48 is #1034B7. Grayscale: #C7C7C7. Windows color (decimal): -1062072 or 4770799. OLE color: 4770799.

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

Color convert

RGB 239 203 72 -
CMYK 0 0.15 0.70 0.06
HSL 47.07º 0.84% 0.61% -
HSV(B) 47.07º 0.7% 0.94% -
XYZ 58.12 61.53 14.94 -
YUV 198.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 239 203 72 0 0.15 0.70 0.06 47.07 0.84 0.61
Hex EF CB 48 0 F 46 6 2F 54 3D
Octal 357 313 110 0 17 106 6 57 124 75
Binary 11101111 11001011 1001000 0 1111 1000110 110 101111 1010100 111101

Color Harmonies of #EFCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB48

Black with #EFCB48

Text Example


Text Example

White with #EFCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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