Html Css Color HEX #EFE200 Golden Yellow

📋 copy color: '#EFE200'

red 239 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #EFE200

Tints of Golden Yellow #EFE200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.4%
G = 48.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFE200 (or 0xEFE200) is known color: Golden Yellow. HEX triplet: EF, E2 and 00. RGB value is (239,226,0). Sum of RGB (Red+Green+Blue) = 239+226+0=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE200 is #101DFF. Grayscale: #CDCDCD. Windows color (decimal): -1056256 or 58095. OLE color: 58095.

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

Color convert

RGB 239 226 0 -
CMYK 0 0.05 1 0.06
HSL 56.74º 1% 0.47% -
HSV(B) 56.74º 1% 0.94% -
XYZ 62.79 72.74 10.73 -
YUV 204.12 12.81 152.88 -
System Red Green Blue C M Y K H S L
Decimal 239 226 0 0 0.05 1 0.06 56.74 1 0.47
Hex EF E2 0 0 5 64 6 39 64 2F
Octal 357 342 0 0 5 144 6 71 144 57
Binary 11101111 11100010 0 0 101 1100100 110 111001 1100100 101111

Color Harmonies of #EFE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE200

Black with #EFE200

Text Example


Text Example

White with #EFE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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