Html Css Color HEX #EFE62A Golden Fizz

📋 copy color: '#EFE62A'

red 239 ◦ green 230 ◦ blue 42

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

Shades of Golden Fizz #EFE62A

Tints of Golden Fizz #EFE62A

RGB

 RED value IS 239 (93.75% from 255) = 46.77%

 GREEN value IS 230 (90.23% from 255) = 45.01%

 BLUE value IS 42 (16.8% from 255) = 8.22%

R = 46.77%
G = 45.01%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFE62A (or 0xEFE62A) is known color: Golden Fizz. HEX triplet: EF, E6 and 2A. RGB value is (239,230,42). Sum of RGB (Red+Green+Blue) = 239+230+42=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE62A is #1019D5. Grayscale: #D4D4D4. Windows color (decimal): -1055190 or 2811631. OLE color: 2811631.

HSL color Cylindrical-coordinate representation of color #EFE62A: hue angle of 57.26º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFE62A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 42 -
CMYK 0 0.04 0.82 0.06
HSL 57.26º 0.86% 0.55% -
HSV(B) 57.26º 0.82% 0.94% -
XYZ 64.31 75.11 13.3 -
YUV 211.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 239 230 42 0 0.04 0.82 0.06 57.26 0.86 0.55
Hex EF E6 2A 0 4 52 6 39 56 37
Octal 357 346 52 0 4 122 6 71 126 67
Binary 11101111 11100110 101010 0 100 1010010 110 111001 1010110 110111

Color Harmonies of #EFE62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE62A

Black with #EFE62A

Text Example


Text Example

White with #EFE62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE62A; }

 p { color: rgb(239,230,42); }

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

background-color css

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

 a { background-color: rgb(239,230,42); }

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

border-color css

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

 span { border-color: rgb(239,230,42); }

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