Html Css Color HEX #EFCB3D Festival

📋 copy color: '#EFCB3D'

red 239 ◦ green 203 ◦ blue 61

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

Shades of Festival #EFCB3D

Tints of Festival #EFCB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.13%

R = 47.51%
G = 40.36%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFCB3D (or 0xEFCB3D) is known color: Festival. HEX triplet: EF, CB and 3D. RGB value is (239,203,61). Sum of RGB (Red+Green+Blue) = 239+203+61=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB3D is #1034C2. Grayscale: #C6C6C6. Windows color (decimal): -1062083 or 4049903. OLE color: 4049903.

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

Color convert

RGB 239 203 61 -
CMYK 0 0.15 0.74 0.06
HSL 47.87º 0.85% 0.59% -
HSV(B) 47.87º 0.74% 0.94% -
XYZ 57.79 61.4 13.22 -
YUV 197.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 239 203 61 0 0.15 0.74 0.06 47.87 0.85 0.59
Hex EF CB 3D 0 F 4A 6 30 55 3B
Octal 357 313 75 0 17 112 6 60 125 73
Binary 11101111 11001011 111101 0 1111 1001010 110 110000 1010101 111011

Color Harmonies of #EFCB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB3D

Black with #EFCB3D

Text Example


Text Example

White with #EFCB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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