Html Css Color HEX #EDCF4A Festival

📋 copy color: '#EDCF4A'

red 237 ◦ green 207 ◦ blue 74

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

Shades of Festival #EDCF4A

Tints of Festival #EDCF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

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

R = 45.75%
G = 39.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDCF4A (or 0xEDCF4A) is known color: Festival. HEX triplet: ED, CF and 4A. RGB value is (237,207,74). Sum of RGB (Red+Green+Blue) = 237+207+74=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF4A is #1230B5. Grayscale: #C9C9C9. Windows color (decimal): -1192118 or 4902893. OLE color: 4902893.

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

Color convert

RGB 237 207 74 -
CMYK 0 0.13 0.69 0.07
HSL 48.96º 0.82% 0.61% -
HSV(B) 48.96º 0.69% 0.93% -
XYZ 58.47 63.12 15.58 -
YUV 200.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 237 207 74 0 0.13 0.69 0.07 48.96 0.82 0.61
Hex ED CF 4A 0 D 45 7 31 52 3D
Octal 355 317 112 0 15 105 7 61 122 75
Binary 11101101 11001111 1001010 0 1101 1000101 111 110001 1010010 111101

Color Harmonies of #EDCF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF4A

Black with #EDCF4A

Text Example


Text Example

White with #EDCF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF4A; }

 p { color: rgb(237,207,74); }

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

background-color css

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

 a { background-color: rgb(237,207,74); }

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

border-color css

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

 span { border-color: rgb(237,207,74); }

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