Html Css Color HEX #EFD238 Golden Dream

📋 copy color: '#EFD238'

red 239 ◦ green 210 ◦ blue 56

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

Shades of Golden Dream #EFD238

Tints of Golden Dream #EFD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.58%

 BLUE value IS 56 (22.27% from 255) = 11.09%

R = 47.33%
G = 41.58%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFD238 (or 0xEFD238) is known color: Golden Dream. HEX triplet: EF, D2 and 38. RGB value is (239,210,56). Sum of RGB (Red+Green+Blue) = 239+210+56=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD238 is #102DC7. Grayscale: #C9C9C9. Windows color (decimal): -1060296 or 3724015. OLE color: 3724015.

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

Color convert

RGB 239 210 56 -
CMYK 0 0.12 0.77 0.06
HSL 50.49º 0.85% 0.58% -
HSV(B) 50.49º 0.77% 0.94% -
XYZ 59.36 64.73 13.11 -
YUV 201.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 239 210 56 0 0.12 0.77 0.06 50.49 0.85 0.58
Hex EF D2 38 0 C 4D 6 32 55 3A
Octal 357 322 70 0 14 115 6 62 125 72
Binary 11101111 11010010 111000 0 1100 1001101 110 110010 1010101 111010

Color Harmonies of #EFD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD238

Black with #EFD238

Text Example


Text Example

White with #EFD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD238; }

 p { color: rgb(239,210,56); }

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

background-color css

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

 a { background-color: rgb(239,210,56); }

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

border-color css

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

 span { border-color: rgb(239,210,56); }

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