Html Css Color HEX #EFCD35 Golden Dream

📋 copy color: '#EFCD35'

red 239 ◦ green 205 ◦ blue 53

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

Shades of Golden Dream #EFCD35

Tints of Golden Dream #EFCD35

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 53 (21.09% from 255) = 10.66%

R = 48.09%
G = 41.25%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFCD35 (or 0xEFCD35) is known color: Golden Dream. HEX triplet: EF, CD and 35. RGB value is (239,205,53). Sum of RGB (Red+Green+Blue) = 239+205+53=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD35 is #1032CA. Grayscale: #C6C6C6. Windows color (decimal): -1061579 or 3526127. OLE color: 3526127.

HSL color Cylindrical-coordinate representation of color #EFCD35: hue angle of 49.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFCD35 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 53 -
CMYK 0 0.14 0.78 0.06
HSL 49.03º 0.85% 0.57% -
HSV(B) 49.03º 0.78% 0.94% -
XYZ 58.07 62.27 12.33 -
YUV 197.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 239 205 53 0 0.14 0.78 0.06 49.03 0.85 0.57
Hex EF CD 35 0 E 4E 6 31 55 39
Octal 357 315 65 0 16 116 6 61 125 71
Binary 11101111 11001101 110101 0 1110 1001110 110 110001 1010101 111001

Color Harmonies of #EFCD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD35

Black with #EFCD35

Text Example


Text Example

White with #EFCD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD35; }

 p { color: rgb(239,205,53); }

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

background-color css

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

 a { background-color: rgb(239,205,53); }

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

border-color css

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

 span { border-color: rgb(239,205,53); }

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