Html Css Color HEX #EFD330 Golden Dream

📋 copy color: '#EFD330'

red 239 ◦ green 211 ◦ blue 48

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

Shades of Golden Dream #EFD330

Tints of Golden Dream #EFD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 47.99%
G = 42.37%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD330 (or 0xEFD330) is known color: Golden Dream. HEX triplet: EF, D3 and 30. RGB value is (239,211,48). Sum of RGB (Red+Green+Blue) = 239+211+48=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD330 is #102CCF. Grayscale: #C9C9C9. Windows color (decimal): -1060048 or 3199983. OLE color: 3199983.

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

Color convert

RGB 239 211 48 -
CMYK 0 0.12 0.80 0.06
HSL 51.2º 0.86% 0.56% -
HSV(B) 51.2º 0.8% 0.94% -
XYZ 59.42 65.15 12.24 -
YUV 200.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 239 211 48 0 0.12 0.80 0.06 51.2 0.86 0.56
Hex EF D3 30 0 C 50 6 33 56 38
Octal 357 323 60 0 14 120 6 63 126 70
Binary 11101111 11010011 110000 0 1100 1010000 110 110011 1010110 111000

Color Harmonies of #EFD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD330

Black with #EFD330

Text Example


Text Example

White with #EFD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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