Html Css Color HEX #FFEF34 Gorse

📋 copy color: '#FFEF34'

red 255 ◦ green 239 ◦ blue 52

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

Shades of Gorse #FFEF34

Tints of Gorse #FFEF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.52%

R = 46.7%
G = 43.77%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFEF34 (or 0xFFEF34) is known color: Gorse. HEX triplet: FF, EF and 34. RGB value is (255,239,52). Sum of RGB (Red+Green+Blue) = 255+239+52=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 52 (20.70% from 255 or 9.52% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF34 is #0010CB. Grayscale: #DFDFDF. Windows color (decimal): -4300 or 3469311. OLE color: 3469311.

HSL color Cylindrical-coordinate representation of color #FFEF34: hue angle of 55.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFEF34 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 239 52 -
CMYK 0 0.06 0.80 0
HSL 55.27º 1% 0.6% -
HSV(B) 55.27º 0.8% 1% -
XYZ 72.73 83.24 15.48 -
YUV 222.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 255 239 52 0 0.06 0.80 0 55.27 1 0.6
Hex FF EF 34 0 6 50 0 37 64 3C
Octal 377 357 64 0 6 120 0 67 144 74
Binary 11111111 11101111 110100 0 110 1010000 0 110111 1100100 111100

Color Harmonies of #FFEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF34

Black with #FFEF34

Text Example


Text Example

White with #FFEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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