Html Css Color HEX #EFCD30 Golden Dream

📋 copy color: '#EFCD30'

red 239 ◦ green 205 ◦ blue 48

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

Shades of Golden Dream #EFCD30

Tints of Golden Dream #EFCD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.76%

R = 48.58%
G = 41.67%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFCD30 (or 0xEFCD30) is known color: Golden Dream. HEX triplet: EF, CD and 30. RGB value is (239,205,48). Sum of RGB (Red+Green+Blue) = 239+205+48=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD30 is #1032CF. Grayscale: #C5C5C5. Windows color (decimal): -1061584 or 3198447. OLE color: 3198447.

HSL color Cylindrical-coordinate representation of color #EFCD30: hue angle of 49.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFCD30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 48 -
CMYK 0 0.14 0.80 0.06
HSL 49.32º 0.86% 0.56% -
HSV(B) 49.32º 0.8% 0.94% -
XYZ 57.96 62.23 11.75 -
YUV 197.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 239 205 48 0 0.14 0.80 0.06 49.32 0.86 0.56
Hex EF CD 30 0 E 50 6 31 56 38
Octal 357 315 60 0 16 120 6 61 126 70
Binary 11101111 11001101 110000 0 1110 1010000 110 110001 1010110 111000

Color Harmonies of #EFCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD30

Black with #EFCD30

Text Example


Text Example

White with #EFCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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