Html Css Color HEX #EDC64B Festival

📋 copy color: '#EDC64B'

red 237 ◦ green 198 ◦ blue 75

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

Shades of Festival #EDC64B

Tints of Festival #EDC64B

RGB

 RED value IS 237 (92.97% from 255) = 46.47%

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 75 (29.69% from 255) = 14.71%

R = 46.47%
G = 38.82%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC64B (or 0xEDC64B) is known color: Festival. HEX triplet: ED, C6 and 4B. RGB value is (237,198,75). Sum of RGB (Red+Green+Blue) = 237+198+75=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC64B is #1239B4. Grayscale: #C4C4C4. Windows color (decimal): -1194421 or 4966125. OLE color: 4966125.

HSL color Cylindrical-coordinate representation of color #EDC64B: hue angle of 45.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC64B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 75 -
CMYK 0 0.16 0.68 0.07
HSL 45.56º 0.82% 0.61% -
HSV(B) 45.56º 0.68% 0.93% -
XYZ 56.39 58.9 15.05 -
YUV 195.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 237 198 75 0 0.16 0.68 0.07 45.56 0.82 0.61
Hex ED C6 4B 0 10 44 7 2E 52 3D
Octal 355 306 113 0 20 104 7 56 122 75
Binary 11101101 11000110 1001011 0 10000 1000100 111 101110 1010010 111101

Color Harmonies of #EDC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC64B

Black with #EDC64B

Text Example


Text Example

White with #EDC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC64B; }

 p { color: rgb(237,198,75); }

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

background-color css

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

 a { background-color: rgb(237,198,75); }

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

border-color css

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

 span { border-color: rgb(237,198,75); }

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