Html Css Color HEX #EFCB4D Festival

📋 copy color: '#EFCB4D'

red 239 ◦ green 203 ◦ blue 77

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

Shades of Festival #EFCB4D

Tints of Festival #EFCB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 46.05%
G = 39.11%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFCB4D (or 0xEFCB4D) is known color: Festival. HEX triplet: EF, CB and 4D. RGB value is (239,203,77). Sum of RGB (Red+Green+Blue) = 239+203+77=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB4D is #1034B2. Grayscale: #C7C7C7. Windows color (decimal): -1062067 or 5098479. OLE color: 5098479.

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

Color convert

RGB 239 203 77 -
CMYK 0 0.15 0.68 0.06
HSL 46.67º 0.84% 0.62% -
HSV(B) 46.67º 0.68% 0.94% -
XYZ 58.29 61.6 15.84 -
YUV 199.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 239 203 77 0 0.15 0.68 0.06 46.67 0.84 0.62
Hex EF CB 4D 0 F 44 6 2F 54 3E
Octal 357 313 115 0 17 104 6 57 124 76
Binary 11101111 11001011 1001101 0 1111 1000100 110 101111 1010100 111110

Color Harmonies of #EFCB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB4D

Black with #EFCB4D

Text Example


Text Example

White with #EFCB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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