Html Css Color HEX #FFEE2D Gorse

📋 copy color: '#FFEE2D'

red 255 ◦ green 238 ◦ blue 45

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

Shades of Gorse #FFEE2D

Tints of Gorse #FFEE2D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

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

R = 47.4%
G = 44.24%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFEE2D (or 0xFFEE2D) is known color: Gorse. HEX triplet: FF, EE and 2D. RGB value is (255,238,45). Sum of RGB (Red+Green+Blue) = 255+238+45=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE2D is #0011D2. Grayscale: #DDDDDD. Windows color (decimal): -4563 or 3010303. OLE color: 3010303.

HSL color Cylindrical-coordinate representation of color #FFEE2D: hue angle of 55.14º 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 #FFEE2D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 238 45 -
CMYK 0 0.07 0.82 0
HSL 55.14º 1% 0.59% -
HSV(B) 55.14º 0.82% 1% -
XYZ 72.29 82.6 14.62 -
YUV 221.08 28.63 152.19 -
System Red Green Blue C M Y K H S L
Decimal 255 238 45 0 0.07 0.82 0 55.14 1 0.59
Hex FF EE 2D 0 7 52 0 37 64 3B
Octal 377 356 55 0 7 122 0 67 144 73
Binary 11111111 11101110 101101 0 111 1010010 0 110111 1100100 111011

Color Harmonies of #FFEE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE2D

Black with #FFEE2D

Text Example


Text Example

White with #FFEE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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