Html Css Color HEX #EFC82A Golden Dream

📋 copy color: '#EFC82A'

red 239 ◦ green 200 ◦ blue 42

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

Shades of Golden Dream #EFC82A

Tints of Golden Dream #EFC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

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

R = 49.69%
G = 41.58%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC82A (or 0xEFC82A) is known color: Golden Dream. HEX triplet: EF, C8 and 2A. RGB value is (239,200,42). Sum of RGB (Red+Green+Blue) = 239+200+42=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82A is #1037D5. Grayscale: #C2C2C2. Windows color (decimal): -1062870 or 2803951. OLE color: 2803951.

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

Color convert

RGB 239 200 42 -
CMYK 0 0.16 0.82 0.06
HSL 48.12º 0.86% 0.55% -
HSV(B) 48.12º 0.82% 0.94% -
XYZ 56.67 59.83 10.75 -
YUV 193.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 239 200 42 0 0.16 0.82 0.06 48.12 0.86 0.55
Hex EF C8 2A 0 10 52 6 30 56 37
Octal 357 310 52 0 20 122 6 60 126 67
Binary 11101111 11001000 101010 0 10000 1010010 110 110000 1010110 110111

Color Harmonies of #EFC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC82A

Black with #EFC82A

Text Example


Text Example

White with #EFC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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