Html Css Color HEX #EDCF3E Festival

📋 copy color: '#EDCF3E'

red 237 ◦ green 207 ◦ blue 62

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

Shades of Festival #EDCF3E

Tints of Festival #EDCF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.25%

R = 46.84%
G = 40.91%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDCF3E (or 0xEDCF3E) is known color: Festival. HEX triplet: ED, CF and 3E. RGB value is (237,207,62). Sum of RGB (Red+Green+Blue) = 237+207+62=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF3E is #1230C1. Grayscale: #C8C8C8. Windows color (decimal): -1192130 or 4116461. OLE color: 4116461.

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

Color convert

RGB 237 207 62 -
CMYK 0 0.13 0.74 0.07
HSL 49.71º 0.83% 0.59% -
HSV(B) 49.71º 0.74% 0.93% -
XYZ 58.11 62.98 13.65 -
YUV 199.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 237 207 62 0 0.13 0.74 0.07 49.71 0.83 0.59
Hex ED CF 3E 0 D 4A 7 32 53 3B
Octal 355 317 76 0 15 112 7 62 123 73
Binary 11101101 11001111 111110 0 1101 1001010 111 110010 1010011 111011

Color Harmonies of #EDCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF3E

Black with #EDCF3E

Text Example


Text Example

White with #EDCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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