Html Css Color HEX #FFEF2D Gorse

📋 copy color: '#FFEF2D'

red 255 ◦ green 239 ◦ blue 45

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

Shades of Gorse #FFEF2D

Tints of Gorse #FFEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

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

R = 47.31%
G = 44.34%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFEF2D (or 0xFFEF2D) is known color: Gorse. HEX triplet: FF, EF and 2D. RGB value is (255,239,45). Sum of RGB (Red+Green+Blue) = 255+239+45=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2D is #0010D2. Grayscale: #DEDEDE. Windows color (decimal): -4307 or 3010559. OLE color: 3010559.

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

Color convert

RGB 255 239 45 -
CMYK 0 0.06 0.82 0
HSL 55.43º 1% 0.59% -
HSV(B) 55.43º 0.82% 1% -
XYZ 72.58 83.18 14.71 -
YUV 221.67 28.3 151.77 -
System Red Green Blue C M Y K H S L
Decimal 255 239 45 0 0.06 0.82 0 55.43 1 0.59
Hex FF EF 2D 0 6 52 0 37 64 3B
Octal 377 357 55 0 6 122 0 67 144 73
Binary 11111111 11101111 101101 0 110 1010010 0 110111 1100100 111011

Color Harmonies of #FFEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF2D

Black with #FFEF2D

Text Example


Text Example

White with #FFEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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