Html Css Color HEX #FFED2C Gorse

📋 copy color: '#FFED2C'

red 255 ◦ green 237 ◦ blue 44

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

Shades of Gorse #FFED2C

Tints of Gorse #FFED2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.21%

R = 47.57%
G = 44.22%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFED2C (or 0xFFED2C) is known color: Gorse. HEX triplet: FF, ED and 2C. RGB value is (255,237,44). Sum of RGB (Red+Green+Blue) = 255+237+44=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 44 (17.58% from 255 or 8.21% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED2C is #0012D3. Grayscale: #DDDDDD. Windows color (decimal): -4820 or 2944511. OLE color: 2944511.

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

Color convert

RGB 255 237 44 -
CMYK 0 0.07 0.83 0
HSL 54.88º 1% 0.59% -
HSV(B) 54.88º 0.83% 1% -
XYZ 71.98 82.01 14.42 -
YUV 220.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 255 237 44 0 0.07 0.83 0 54.88 1 0.59
Hex FF ED 2C 0 7 53 0 37 64 3B
Octal 377 355 54 0 7 123 0 67 144 73
Binary 11111111 11101101 101100 0 111 1010011 0 110111 1100100 111011

Color Harmonies of #FFED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED2C

Black with #FFED2C

Text Example


Text Example

White with #FFED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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