Html Css Color HEX #EFE206 Golden Yellow

📋 copy color: '#EFE206'

red 239 ◦ green 226 ◦ blue 6

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

Shades of Golden Yellow #EFE206

Tints of Golden Yellow #EFE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 50.74%
G = 47.98%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFE206 (or 0xEFE206) is known color: Golden Yellow. HEX triplet: EF, E2 and 06. RGB value is (239,226,6). Sum of RGB (Red+Green+Blue) = 239+226+6=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE206 is #101DF9. Grayscale: #CDCDCD. Windows color (decimal): -1056250 or 451311. OLE color: 451311.

HSL color Cylindrical-coordinate representation of color #EFE206: hue angle of 56.65º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFE206 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 6 -
CMYK 0 0.05 0.97 0.06
HSL 56.65º 0.95% 0.48% -
HSV(B) 56.65º 0.97% 0.94% -
XYZ 62.83 72.76 10.9 -
YUV 204.81 15.81 152.39 -
System Red Green Blue C M Y K H S L
Decimal 239 226 6 0 0.05 0.97 0.06 56.65 0.95 0.48
Hex EF E2 6 0 5 61 6 39 5F 30
Octal 357 342 6 0 5 141 6 71 137 60
Binary 11101111 11100010 110 0 101 1100001 110 111001 1011111 110000

Color Harmonies of #EFE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE206

Black with #EFE206

Text Example


Text Example

White with #EFE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE206; }

 p { color: rgb(239,226,6); }

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

background-color css

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

 a { background-color: rgb(239,226,6); }

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

border-color css

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

 span { border-color: rgb(239,226,6); }

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