Html Css Color HEX #EFCB4A Festival

📋 copy color: '#EFCB4A'

red 239 ◦ green 203 ◦ blue 74

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

Shades of Festival #EFCB4A

Tints of Festival #EFCB4A

RGB

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

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

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

R = 46.32%
G = 39.34%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFCB4A (or 0xEFCB4A) is known color: Festival. HEX triplet: EF, CB and 4A. RGB value is (239,203,74). Sum of RGB (Red+Green+Blue) = 239+203+74=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB4A is #1034B5. Grayscale: #C7C7C7. Windows color (decimal): -1062070 or 4901871. OLE color: 4901871.

HSL color Cylindrical-coordinate representation of color #EFCB4A: hue angle of 46.91º 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 #EFCB4A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 74 -
CMYK 0 0.15 0.69 0.06
HSL 46.91º 0.84% 0.61% -
HSV(B) 46.91º 0.69% 0.94% -
XYZ 58.19 61.56 15.29 -
YUV 199.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 239 203 74 0 0.15 0.69 0.06 46.91 0.84 0.61
Hex EF CB 4A 0 F 45 6 2F 54 3D
Octal 357 313 112 0 17 105 6 57 124 75
Binary 11101111 11001011 1001010 0 1111 1000101 110 101111 1010100 111101

Color Harmonies of #EFCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB4A

Black with #EFCB4A

Text Example


Text Example

White with #EFCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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