Html Css Color HEX #FFE42D Gorse

📋 copy color: '#FFE42D'

red 255 ◦ green 228 ◦ blue 45

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

Shades of Gorse #FFE42D

Tints of Gorse #FFE42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

 BLUE value IS 45 (17.97% from 255) = 8.52%

R = 48.3%
G = 43.18%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFE42D (or 0xFFE42D) is known color: Gorse. HEX triplet: FF, E4 and 2D. RGB value is (255,228,45). Sum of RGB (Red+Green+Blue) = 255+228+45=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE42D is #001BD2. Grayscale: #D7D7D7. Windows color (decimal): -7123 or 3007743. OLE color: 3007743.

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

Color convert

RGB 255 228 45 -
CMYK 0 0.11 0.82 0
HSL 52.29º 1% 0.59% -
HSV(B) 52.29º 0.82% 1% -
XYZ 69.46 76.94 13.67 -
YUV 215.21 31.95 156.38 -
System Red Green Blue C M Y K H S L
Decimal 255 228 45 0 0.11 0.82 0 52.29 1 0.59
Hex FF E4 2D 0 B 52 0 34 64 3B
Octal 377 344 55 0 13 122 0 64 144 73
Binary 11111111 11100100 101101 0 1011 1010010 0 110100 1100100 111011

Color Harmonies of #FFE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE42D

Black with #FFE42D

Text Example


Text Example

White with #FFE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE42D; }

 p { color: rgb(255,228,45); }

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

background-color css

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

 a { background-color: rgb(255,228,45); }

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

border-color css

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

 span { border-color: rgb(255,228,45); }

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