Html Css Color HEX #FFED30 Gorse

📋 copy color: '#FFED30'

red 255 ◦ green 237 ◦ blue 48

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

Shades of Gorse #FFED30

Tints of Gorse #FFED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.89%

R = 47.22%
G = 43.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFED30 (or 0xFFED30) is known color: Gorse. HEX triplet: FF, ED and 30. RGB value is (255,237,48). Sum of RGB (Red+Green+Blue) = 255+237+48=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED30 is #0012CF. Grayscale: #DDDDDD. Windows color (decimal): -4816 or 3206655. OLE color: 3206655.

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

Color convert

RGB 255 237 48 -
CMYK 0 0.07 0.81 0
HSL 54.78º 1% 0.59% -
HSV(B) 54.78º 0.81% 1% -
XYZ 72.06 82.04 14.83 -
YUV 220.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 255 237 48 0 0.07 0.81 0 54.78 1 0.59
Hex FF ED 30 0 7 51 0 37 64 3B
Octal 377 355 60 0 7 121 0 67 144 73
Binary 11111111 11101101 110000 0 111 1010001 0 110111 1100100 111011

Color Harmonies of #FFED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED30

Black with #FFED30

Text Example


Text Example

White with #FFED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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