Html Css Color HEX #FFED3C Gorse

📋 copy color: '#FFED3C'

red 255 ◦ green 237 ◦ blue 60

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

Shades of Gorse #FFED3C

Tints of Gorse #FFED3C

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 237 (92.97% from 255) = 42.93%

 BLUE value IS 60 (23.83% from 255) = 10.87%

R = 46.2%
G = 42.93%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFED3C (or 0xFFED3C) is known color: Gorse. HEX triplet: FF, ED and 3C. RGB value is (255,237,60). Sum of RGB (Red+Green+Blue) = 255+237+60=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED3C is #0012C3. Grayscale: #DEDEDE. Windows color (decimal): -4804 or 3993087. OLE color: 3993087.

HSL color Cylindrical-coordinate representation of color #FFED3C: hue angle of 54.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFED3C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 60 -
CMYK 0 0.07 0.76 0
HSL 54.46º 1% 0.62% -
HSV(B) 54.46º 0.76% 1% -
XYZ 72.34 82.15 16.32 -
YUV 222.2 36.46 151.39 -
System Red Green Blue C M Y K H S L
Decimal 255 237 60 0 0.07 0.76 0 54.46 1 0.62
Hex FF ED 3C 0 7 4C 0 36 64 3E
Octal 377 355 74 0 7 114 0 66 144 76
Binary 11111111 11101101 111100 0 111 1001100 0 110110 1100100 111110

Color Harmonies of #FFED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED3C

Black with #FFED3C

Text Example


Text Example

White with #FFED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED3C; }

 p { color: rgb(255,237,60); }

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

background-color css

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

 a { background-color: rgb(255,237,60); }

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

border-color css

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

 span { border-color: rgb(255,237,60); }

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